Prompt email subject line when creating a new email outlook 2003

M

macster

Hi All. I know this has been looked at by others, But I can't find the
solution.

I'm trying to get an automatic prompt on my users outlook that will give the
users a choice of text to add to their Subject line.

All email we send will have various Protective markings, that will look like
[PROTECTED] etc. there are about 8 different headings, with a default of
[NON]. It would be great to have a prompt that shows all, with the default
one first.

I know prople have written some VB for this to happen, but i'm unable to
find it.

If any one can help that would be fantastic.
 
K

Ken Slovak - [MVP - Outlook]

You will need to handle the NewInspector event of the Inspectors collection
and then pop up your subject prompt form there. You might not be able,
depending on the Outlook version, to actually set the Subject property of
Inspector.CurrentItem until the first Activate event fires on that Inspector
however.

See www.outlookcode.com for examples of code to handle NewInspector.
 

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