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.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
"Tim" tim(at)wies(dot)name wrote in message
...
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