MailMill .NET Class Library

MM_AUTH_TYPE Enumeration

The MM_AUTH_TYPE enumeration type defines the authentication methods that can be used to send messages.

public enum MM_AUTH_TYPE

Members

Member Name Description
mmAuthNone Do not use SMTP authentification.
mmAuthBasic Use Clear Text (Basic) SMTP authentication.
mmAuthNtlm Use Windows (NTLM) SMTP authentication. (This method is not currently implemented)

Requirements

Namespace: MailMill

Assembly: MailMill (in MailMill.dll)

See Also

MailMill Namespace | AuthType