MailMill COM 1.0 Documentation

EncryptionAlgorithm Mail Property:
Gets or sets an MM_ENCRYPTION_ALGORITHM value that specifies the algorithm used to encrypt the message.
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:
MailMill Component | Mail Object

 

Copyright © Active+ Software 2005 - All rights reserved