DMLogin Class

Alterian Email Manager 6.2.3 SDK Help File
Represents a user login.
Inheritance Hierarchy
SystemObject
  DMLibraryDMLogin

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

Syntax
public class DMLogin

The DMLogin type exposes the following members.

Fields
NameDescription
Public fieldChangePW
Flag indicating whether the login needs to change their password.
Public fieldCreated
Date and time the login was created.
Public fieldExpiration
Date and time of the login expiration.
Public fieldExpires
Flag indicating whether this login will expire.
Public fieldID
Login ID.
Public fieldIsFTPUser
Flag indicating whether the login is an FTP user.
Public fieldModified
Date and time the login was last modified.
Public fieldName
Login name.
Top
See Also