Unosquare
    Show / Hide Table of Contents

    Class SmtpDefinitions.SmtpAuthMethods

    Lists the AUTH methods supported by default.

    Inheritance
    Object
    SmtpDefinitions.SmtpAuthMethods
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Swan.Net.Smtp
    Syntax
    public static class SmtpAuthMethods

    Fields

    Login

    The login method.

    Declaration
    public const string Login = "LOGIN"
    Field Value
    Type Description
    String

    Plain

    The plain method.

    Declaration
    public const string Plain = "PLAIN"
    Field Value
    Type Description
    String

    Comments

    Back to top Copyright © 2017-2019 Unosquare