Sent or Recieved Email Property

I

Irene

Is there a way to check if the email is a sent email or received email using
VBA? Some kind of property?

My current solution is to check if the From Field is equal to the current
user it is a sent email.

Thanks,

Irene
 
D

Dmitry Streblechenko

Check if any of the ReceivedByXXX or ReceivedOnBehalfOfXXX properties are
not empty.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
Top