MailMill COM 1.0 Documentation

Encrypt Mail Property:
Gets or sets a boolean value that indicates whether or not the message needs to be encrypted.
Default value:
False
Syntax:
[C++]
Encrypt(VARIANT_BOOL *pVal);
Encrypt(VARIANT_BOOL newVal);
[VB]
Property Encrypt As Boolean
Remark:
All recipients certificates must be present in the ReceiversCertificateLocation 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.Attachments.Add "confidential_report.pdf"
oMail.Encrypt = True
See also:
MailMill Component | Mail Object | EncryptionAlgorithm Property

 

Copyright © Active+ Software 2005 - All rights reserved