using VBA to set message sensitivity

  • Thread starter Thread starter Using VBA to set message sensitivity
  • Start date Start date
U

Using VBA to set message sensitivity

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.
 
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 :
 

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

Back
Top