Activate "Add digital signature to this massage" on a MailItem?

M

Michael

Hello,

I can not find the parameter to activate the "Add digital signature to this
massage" on a MailItem over VBA.

Thank you for any hint!
Michael
 
K

Ken Slovak - [MVP - Outlook]

That's because there is no such property. Outlook reads the registry
settings at startup and maintains a settings cache in memory. The settings
it maintains are not available to code.
 
Top