Click or drag to resize

SmtpAuthenticationMethod Fields

The SmtpAuthenticationMethod type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberCramMD5 AUTH CRAM-MD5 authentication method.
Public fieldStatic memberDigestMD5 AUTH DIGEST-MD5 authentication method.
Public fieldStatic memberGssApi AUTH GSSAPI authentication method.
Public fieldStatic memberLogin AUTH LOGIN authentication method.
Public fieldStatic memberNTLM AUTH NTLM authentication method.
Public fieldStatic memberPlain AUTH PLAIN authentication method.
Public fieldStatic memberXOAuth AUTH XOAUTH authentication method.
Public fieldStatic memberXOAuth2 AUTH XOAUTH2 authentication method.
Top
See Also