![]() |
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
|
|||
|
|||
![]()
hi,
i have written an outlook addin in c# .net that changes the message body of an email after it is received. When my code assigns a new value to mailitem.body, the original email message(with the old body) is deleted and a new mail message is created. In the users inbox, both messages are listed. The "deleted"item has a line thru it. I have few questions: 1. is there any way to change this 'delete' behaviour? Is there a workaround for this? 2. if not, is there a programtic way for me to change the view to not display deleted messages? 3. any other idea on how i can fix this? thanks in advance, craig |
#2
|
|||
|
|||
![]()
1. No.
2. No. 3. Don't use IMAP. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "spareway" wrote in message ... hi, i have written an outlook addin in c# .net that changes the message body of an email after it is received. When my code assigns a new value to mailitem.body, the original email message(with the old body) is deleted and a new mail message is created. In the users inbox, both messages are listed. The "deleted"item has a line thru it. I have few questions: 1. is there any way to change this 'delete' behaviour? Is there a workaround for this? 2. if not, is there a programtic way for me to change the view to not display deleted messages? 3. any other idea on how i can fix this? thanks in advance, craig |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Regarding MailItem.Body Property | Bharathi | Outlook and VBA | 3 | June 22nd 07 02:47 PM |
How to obtain the body of a temporary MailItem? | IceKettle | Add-ins for Outlook | 0 | November 7th 06 02:32 AM |
Read body of MailItem ? | Trey Shaffer | Outlook and VBA | 1 | March 18th 06 07:56 PM |
Change advanced find to 'subject field and message body' | ©® | Outlook - General Queries | 0 | February 23rd 06 02:57 PM |
how to change the mail message body | Ram | Add-ins for Outlook | 10 | January 27th 06 05:21 PM |