SMIMEConfiguration Properties |
The SMIMEConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
| Certificate | Gets or sets certificate used for decryption. | |
| Certificates | Gets or sets the list of certificates used for decryption. | |
| CopyHeadersOnDecryption | 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. | |
| CopyHeadersOnSignedExtraction | 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. | |
| DecryptAutomatically | 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. | |
| ExtractSignedAutomatically | 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. |