Getting Handle of MailItem / Changing Mail Item After Sending it

S

Shashi Bhosale

Hi,

Is there a way i can get a handle of MailItem after it has been sent out?
I would like to change the MailItem before it gets saves in Sent item
folder.

Thanks,

Shashi
 
K

Ken Slovak - [MVP - Outlook]

EntryID is the GUID for any item. You can get that in the Item.Send event
but it may change once the item has been moved to Sent Items. Many store
providers, such as Exchange, change the EntryID when an item is moved, even
within the same store.
 
Top