How to detect an email address is used in To box

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
 
K

Ken Slovak - [MVP - Outlook]

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.
 

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