Is the message open for reading, or editing?

D

Dennis Brown

What method do I use to determine if the current mail item is open, open for reading, or opened for editing?
Is there a property I can check to determine that status?
I'm looking in MailItem, and haven't seen anything that would give that status. An example of syntax would be great!
 
D

Dmitry Streblechenko

Use the MailItem.Sent property.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
What method do I use to determine if the current mail item is open, open for reading, or opened for editing?
Is there a property I can check to determine that status?
I'm looking in MailItem, and haven't seen anything that would give that status. An example of syntax would be great!
 
Top