Log in

View Full Version : printing the last email sent



rolf
09-25-2011, 11:58 AM
Hello,

What is the code to print the last email that I sent in outlook 2007?

Thanks

JP2112
09-27-2011, 11:22 AM
Outlook.Session.GetDefaultFolder(olFolderSentMail).Items(1).PrintOut

rolf
09-28-2011, 10:49 AM
Thanks