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 
    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
    Inheritance Hierarchy

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

    See Also

    Reference

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