Receiving and Sending Time and Date of a Mail

  • Thread starter Thread starter jens m. guessregen
  • Start date Start date
J

jens m. guessregen

Hello,

I am just searching for the correct expression to get the receiving and
sending time of incoming mails.
I already get the sender name, thats working, but how can I get the time and
date information?

Any help?

Thx

Jens
 
Do you mean MailItem.CreationTime, .LastModificationTime and .ReceivedTime ?

You can use the Object Browser to examine every property, method and event
available for any type of Outlook item.
 
Back
Top