Return 'Date Sent'

D

Dave Winters

How do I return the "Date Sent" of a message to a variable or message
prompt. Ex. MsgBox Me.DateSent

Me.Subject works, but I don't know how to reference the Sent object.
 
K

Ken Slovak - [MVP - Outlook]

If this is form code then use Item.SentOn. Always use the intrinsic Item in
form code, it's a trusted object.

To see what is available in the way of methods, properties and events for
any Outlook object use the Object Browser.
 

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

Top