Gets or sets an MM_STORE_LOCATION value that specifies the location of receivers certificates.
All recipients certificates must be present in this store to encrypt a message. This include the Tos recipients, the Ccs recipients and the Bccs recipients.
By default, ReceiversCertificateLocation is set to MM_STORE_LOCATION.mmStoreCurrentUser.
| Exception Type | Condition |
|---|---|
| ArgumentException | ReceiversCertificateLocation is set with and invalid MM_STORE_LOCATION value. |
This sample shows how to change the receivers certificates location.
Mail oMail = new Mail(); oMail.Encrypt = true; oMail.ReceiversCertificateLocation = MM_STORE_LOCATION.mmStoreLocalMachine;
Mail Class | MailMill Namespace | MM_STORE_LOCATION | Encrypt | EncryptionAlgorithm | Tos | Ccs | Bccs