Encrypt Button Status in Outlook VBA ..Tough one..

  • Thread starter Thread starter Cliff Reeser
  • Start date Start date
C

Cliff Reeser

I am writing a Plug in for Office that intercepts outgoing secure email.

I have an Application Object that is of Type
Microsoft.Office.Interop.Outlook.Application. However, I cannot find the
status of the Outlook msg encrypt or sign button. Can anyone help?
 
Cliff said:
I am writing a Plug in for Office that intercepts outgoing secure
email.

I have an Application Object that is of Type
Microsoft.Office.Interop.Outlook.Application. However, I cannot find
the status of the Outlook msg encrypt or sign button. Can anyone help?

You can't programmatically play with encryption or signature options. It's a
security feature to stop viruses / hackers signing emails with your
certificate
 
Thanks for your response. Do you have inside information that this
cannot be done, or have you looked for this and and hit a brick wall? I
am sorry to verify, but my job depends on it.

Thanks,

Cliff
 

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

Back
Top