ReceiversCertificateLocation Mail Property:
Gets or sets an
MM_STORE_LOCATION value that
specifies the location of receivers certificates.
Default Value:
mmStoreCurrentUser
Syntax:
[C++]
HRESULT
get_ReceiversCertificateLocation(MM_STORE_LOCATION *pVal);
HRESULT put_ReceiversCertificateLocation(MM_STORE_LOCATION newVal);
[VB]
Property ReceiversCertificateLocation As
MM_STORE_LOCATION
Remark:
All recipient certificates must be present in this
store to encrypt a message. This include the
Tos
recipients, the
Ccs recipients and the
Bccs recipients.
Example:
[VB]
Dim oMail As New Mail
oMail.Encrypt = True
oMail.ReceiversCertificateLocation = mmStoreLocalMachine
See also: