DMPasswordFormat Enumeration

Alterian Email Manager 6.2.3 SDK Help File
An enumeration describing the various formats a password may be passed to DM.

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public enum DMPasswordFormat
Members
Member nameValueDescription
DMPF_PLAINTEXT0 Password format in plain text.
DMPF_SHA11 Encrypted password format (SHA1 type of encryption).
See Also