MailMill COM 1.0 Documentation

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:
MailMill Component | Mail Object

 

Copyright © Active+ Software 2005 - All rights reserved