Change Outlook 2003 importance vai macro

S

stan

I would like to create a macro that will change the importance setting
within Outlook. I want to create an If statement to check the current
setting. I just need some help getting started. Thanks.
 
M

Michael Bauer

Hi Stan,

maybe the Object Browser is a good starting point. Please press F2 from
within the VBA environment, switch then from <All Libraries> to Outlook.
In the left pane you´ll see all classes, in the right one their methods,
properties, etc.

E.g. the MailItem has an Importance property.
 
Top