EncryptionAlgorithm Mail Property:
Default value:
mmEncryptionAlgorithm3DES
Syntax:
[C++]
EncryptionAlgorithm(MM_ENCRYPTION_ALGORITHM
*pVal);
EncryptionAlgorithm(MM_ENCRYPTION_ALGORITHM newVal);
[VB]
Property EncryptionAlgorithm As
MM_ENCRYPTION_ALGORITHM
Example:
[VB]
Dim oMail As New Mail
oMail.Encrypt = True
oMail.EncryptionAlgorithm = mmEncryptionAlgorithmAES
See also: