Sent or Recieved Email Property

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top