Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Outlook - Using Forms (http://www.outlookbanter.com/outlook-using-forms/)
-   -   Return 'Date Sent' (http://www.outlookbanter.com/outlook-using-forms/55145-return-date-sent.html)

Dave Winters August 21st 07 12:35 AM

Return 'Date Sent'
 
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.



Ken Slovak - [MVP - Outlook] August 21st 07 02:12 PM

Return 'Date Sent'
 
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.




All times are GMT +1. The time now is 07:22 AM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com