View Single Post
  #2  
Old March 19th 10, 06:58 AM posted to microsoft.public.outlook.program_vba
Michael Bauer [MVP - Outlook]
external usenet poster
 
Posts: 1,885
Default using VBA to set message sensitivity



See the ItemSend event. There you can set the Sensitivity property on the
item.

--
Best regards
Michael Bauer - MVP Outlook
Manage and share your categories:
http://www.vboffice.net/product.html?lang=en


Am Thu, 18 Mar 2010 11:04:01 -0700 schrieb Using VBA to set message :

How do I program Outlook to automatically set message sensitivity to

private
for any email that is sent to a pre-defined distribution list? I know

that
you can select message sensitivity as private when the email is created,
however, I want to ensure that any email sent to a confidential

distribution
list is set to private to avoid anyone but the intended recipient to view

the
message.

Ads