MailMill .NET Class Library

MM_ENCRYPTION_ALGORITHM Enumeration

The MM_ENCRYPTION_ALGORITHM enumeration type defines algorithms that can be used to encrypt messages.

public enum MM_ENCRYPTION_ALGORITHM

Members

Member Name Description
mmEncryptionAlgorithmRC2 Encrypt message using RC2 algorithm.
mmEncryptionAlgorithmRC4 Encrypt message using RC4 algorithm.
mmEncryptionAlgorithmDES Encrypt message using DES algorithm.
mmEncryptionAlgorithm3DES Encrypt message using 3DES algorithm.

Requirements

Namespace: MailMill

Assembly: MailMill (in MailMill.dll)

See Also

MailMill Namespace | EncryptionAlgorithm