The MM_ENCRYPTION_ALGORITHM enumeration type defines algorithms that can be used to encrypt messages.
| 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. |
Namespace: MailMill
Assembly: MailMill (in MailMill.dll)
MailMill Namespace | EncryptionAlgorithm