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.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
"Dave Winters" wrote in message
...
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.