adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / POP3AuthenticationType Enumeration


In This Topic
    POP3AuthenticationType Enumeration
    In This Topic
    Indicates the authentication method used for a POP3 connection.
    Syntax
    'Declaration
     
    
    Public Enum POP3AuthenticationType 
       Inherits System.Enum
    public enum POP3AuthenticationType : System.Enum 
    public enum class POP3AuthenticationType : public System.Enum 
    Members
    MemberValueDescription
    Automatic10 Automatically select the best authentication type
    None0 No authentication used.
    OAuth20 Use OAuth2
    Remarks
    These values are used with the MessagingServiceProvider.AuthenticationType
    Inheritance Hierarchy

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

    See Also

    Reference

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