How to display who sent email message and time

  • Thread starter Thread starter mkwdrs
  • Start date Start date
M

mkwdrs

I have a custom Outlook 2000 Form. I'm using Word to print out the
message once it has been sent and received.

I'm using item.to and item.subject to get this info. How do I get who
sent the message and when it was sent?

Thanks In Advance
 
When in doubt, check the object browser: Press ALt+F11 to open the VBA environment in Outlook, then press F2. MailItem.SenderName and .SentOn, in this case.
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 
Back
Top