how to differenciate the mail type

P

Peter Ramsebner

Hi all,

how can i determine if a MailItem is a recieved, or a sent object?

Thanks Peter
 
K

Ken Slovak - [MVP - Outlook]

MailItem.ReceivedByName will be a blank string for sent items.
 
Top