How to detect an email address is used in To box

  • Thread starter Thread starter Tim
  • Start date Start date
T

Tim

I would like to be able to auto set options for an email, like digital
signatures and encryption, based on who the email is going to.

How do I start something like this. I am real new to this, but figured VBA
would be the only way to pull off something like this.

Thanks,
Tim
 
The Outlook object model doesn't expose the properties for encryption or
digital signatures. If the menu items or toolbar items for those settings
are exposed you could get the menu items as Office.CommandBarButton objects
and then call the Execute() methods of those buttons, that's about all you
could do.
 
Back
Top