adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / IMAPAuthenticationType Enumeration


In This Topic
    IMAPAuthenticationType Enumeration
    In This Topic
    Indicates the authentication method used for an IMAP connection.
    Syntax
    'Declaration
     
    
    Public Enum IMAPAuthenticationType 
       Inherits System.Enum
    public enum IMAPAuthenticationType : System.Enum 
    public enum class IMAPAuthenticationType : 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.IMAPAuthenticationType

    See Also

    Reference

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