Turn off Digital Signature

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have worked with VBA for our Business Application (Microsoft GP), but never
with Outlook.

All my users have certificates and digitally sign e-mail by default. They
also all use HTML formatting.

We are going to implement an internet faxing service that will function with
Outlook, but it has to be a plain text non-signed e-mail.

Is there a way to turn off the digital signature and change the e-mail to
plain text based on the domain of the TO field in a message.

For instance if the the message is addressed to 'anything'@fax.com, then the
macro would run.

Any help or suggestions on this would be greatly appreciated. Thanks!
 
Thanks for the reply. What is the hang up? Is that i want the code
triggered on an e-mail address or is it turning off the digital id? I ask
because if I could use a button to trigger a new plain text mail with the
digital id turned off, then it would suffice.
 
The setting to use or not use a digital signature is not exposed anywhere
you can get to it in code and have Outlook respond the way you want. It
can't be done.
 
Back
Top