![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
I have an Outlook Add-in application that runs on Outlook 2003. It processes
emails that come into the Inbox, strips out needed information, and then moves the emails to another folder, using the MailItem.Move() method. It works fine until it tries to move a Recall email. When that happens, Outlook will display a message box stating the custom form cannot be opened and Outlook will use a default form instead. It will also throw an exception, stating "The items were copied instead of moved because the original items could not be deleted. The item could not be deleted. It was either moved or already deleted, or access was denied." The dialog box stays up until someone clicks the ok button, stopping the Outlook Add-in app. Once the ok is clicked it continues on its way. As a temporary fix, before I issue the MailItem.Move() command, I am looking at the MailItem Subject to see if it starts with the word "Recall". If so, I do not move it. Is this the best way to handle it? I would hate to ignore any emails where someone might legitimately have the word "Recall" as the first word in their Subject line (probably won't ever happen, but you never know). Thanks for any help. |
Ads |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Recall message function | sellsail | Outlook - General Queries | 3 | February 8th 08 12:56 PM |
Recall message from a specific receipient | Syahira | Outlook - General Queries | 3 | September 12th 07 08:47 PM |
Outlook Message Recall issue | samantha | Outlook - Installation | 0 | July 28th 06 10:20 AM |
Help Recall Message!! | geegee | Outlook Express | 4 | March 9th 06 02:32 AM |
How to recall a message sent in Outlook Pro 2003 using a POP3 acco | Dman | Outlook - Installation | 1 | March 3rd 06 12:54 AM |