adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / SMTPAuthenticationType Enumeration


In This Topic
    SMTPAuthenticationType Enumeration
    In This Topic
    Indicates the authentication method used for an SMTP connection.
    Syntax
    'Declaration
     
    
    Public Enum SMTPAuthenticationType 
       Inherits System.Enum
    public enum SMTPAuthenticationType : System.Enum 
    public enum class SMTPAuthenticationType : public System.Enum 
    Members
    MemberValueDescription
    AuthLogin1 Use AUTH LOGIN
    Automatic10 Automatically select the best authentication type
    CramMD52 Use CRAM-MD5
    None0 No authentication used.
    OAuth220 Use OAuth2
    SASL4 Use NTLM
    Remarks
    These values are used with the MessagingServiceProvider.AuthenticationType. Values of None, AuthLogin, CramMD5, SASL, and Automatic are all treated identically (anything other than OAuth results in the authentication type being selected automatically).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcanaDevelopment.adTempus.Shared.SMTPAuthenticationType

    See Also

    Reference

    ArcanaDevelopment.adTempus.Shared Namespace
    ArcanaDevelopment.adTempus.Client.MessagingServiceProvider:AuthenticationType