View Single Post
 
Old 03-24-2013, 05:15 AM
niton niton is offline Windows 7 64bit Office 2010 64bit
Competent Performer
 
Join Date: Jul 2012
Posts: 102
niton is on a distinguished road
Default

See VBA here. http://www.gregthatcher.com/

For example:

Outlook VBA Script that gets info on currently selected email using the Outlook Object Model http://www.gregthatcher.com/Scripts/...EmailInfo.aspx

Outlook VBA Script that gets info on Attachments in currently selected email http://www.gregthatcher.com/Scripts/...tachments.aspx


If you are unfamiliar with VBA see here http://www.slipstick.com/developer/h...ks-vba-editor/

You will find information about:
- macro security settings
- where to put the code
- how to create a button

*******************
Consider rating the thread by going to the "Rate Thread" dropdown.
Reply With Quote