
Modify outbound TO address and content?
Whoa! I haven't seen any interoperability between Outlook VBA and
encryption. You might want to comb through the third-part resources listed
here:
http://www.slipstick.com/addins/security.htm
--
Eric Legault, MCSD
ADAPSYS - http://www.adapsys.ca
Quote:
> Is it possible using VBA in outlook/OE to do the following:
> After the user clicks send, if the user selected Encrypt the email
> (assumes they have a cert so the option exists) have VB check to see if
> the TO user is in their contact book with a cert, and if not, change the
> TO address to another email address, and then encrypt the content with
> the new TO address' public key/cert?
> Thanks