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:
Example:
[VB]
Dim oMail As New Mail
oMail.Attachments.Add "confidential_report.pdf"
oMail.Encrypt = True
See also: