Change Outlook 2003 importance vai macro

  • Thread starter Thread starter stan
  • Start date Start date
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.
 
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.
 
Back
Top