Click or drag to resize

SMIMEConfiguration Properties

The SMIMEConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyCertificate
Gets or sets certificate used for decryption.
Public propertyCertificates
Gets or sets the list of certificates used for decryption.
Public propertyCopyHeadersOnDecryption
Specifies if email headers from the outer message are copied to a decrypted, inner email message. Non existent headers are copied only; no override occurs. Default is false.
Public propertyCopyHeadersOnSignedExtraction
Specifies if email headers from the outer message are copied to a signed, inner email message. Non existent headers are copied only; no override occurs. Default is false.
Public propertyDecryptAutomatically
Specifies if S/MIME encrypted messages should be decrypted automatically. Decryption searches through Certificates collection and My store to find appropriate certificate. Default is true.
Public propertyExtractSignedAutomatically
Specifies if S/MIME signed messages should be extracted automatically. This settings affects signed emails that use pkcs7-mime signed-data (not detached signatures). Default is true.
Top
See Also