I simply want to determine (by examining the IMessage properties), if an Outlook e-mail has been sent or received. But I don't find the right property for it. I checked on PR_MESSAGE_FLAGS but this seems to be alway "1". Any hints?
Chekc if the PR_RECEIVED_BY_xyz properties are present. Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool wrote in message news:c2997369-e489-46f6-b978-ce9577389d04@v3g2000hsc.googlegroups.com... > > I simply want to determine (by examining the IMessage properties), if > an Outlook e-mail has been sent or received. But I don't find the > right property for it. I checked on PR_MESSAGE_FLAGS but this seems to > be alway "1". > > Any hints?
> Chekc if the PR_RECEIVED_BY_xyz properties are present. Thank you for helping me. Ron.