P
Pavel Rosoi
Hello everybody,
I develop an Outlook 2003 VSTO Add-in in C#.
I modified an existing MailItem in Mail_Open event handler by adding some
attachments and modifing the Body.
I restored the original item in the MailItem.Close event handler and I also
called mailItem.Close(OlInspectorClose.olDiscard). But the
LastModificationTime property changed.
I am wondering how to discard all the modifications performed on an item,
including the LastModificationTime property?
Thank you.
I noticed that the LastModificationTime property changed but my expectations
was to discard all the changes performed on the item.
I develop an Outlook 2003 VSTO Add-in in C#.
I modified an existing MailItem in Mail_Open event handler by adding some
attachments and modifing the Body.
I restored the original item in the MailItem.Close event handler and I also
called mailItem.Close(OlInspectorClose.olDiscard). But the
LastModificationTime property changed.
I am wondering how to discard all the modifications performed on an item,
including the LastModificationTime property?
Thank you.
I noticed that the LastModificationTime property changed but my expectations
was to discard all the changes performed on the item.