View Single Post
  #4  
Old April 3rd 07, 10:10 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Sensitivity Options in email

Sorry about that, you're correct. I could have sworn that was there but only
the importance settings are.

Here's the macro, use Customize to add it as a button, then rename it to
whatever you want.

Public Sub MakeThisConfidential()
Application.ActiveInspector.CurrentItem.Sensitivit y = olConfidential
Application.ActiveInspector.CurrentItem.Save
End Sub

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"brightz" wrote in message
...
As far as I can see there is not command for confidential- the button for
options exists. I have looked at all the commands in Outlook under
Customize
before I posted. Possibly I am missing something....
thanks


Ads