Vary basic Outlook code.

V

Vaughan

I want to automatically open the categories dialog box when I send a message, or when I open one I have received. I expect this is pretty basic programming, but I can't get my head around how to code in Outlook (or even where to do it!).

Please could anyone offer a few simple pointers?
 
K

Ken Slovak - [MVP - Outlook]

What version of Outlook? Outlook 2002 and later have a
MailItem.ShowCategoriesDialog method you can call for any mail item. That
method doesn't exist for earlier versions of Outlook.




Vaughan said:
I want to automatically open the categories dialog box when I send a
message, or when I open one I have received. I expect this is pretty basic
programming, but I can't get my head around how to code in Outlook (or even
where to do it!).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top