ComponentPro UltimateBounceInspector

      Authenticate Methods

      See AlsoMembers Options: Show AllLanguage Filter: AllSend comments on this topic to ComponentPro
      Authenticates the specified user to the remote IMAP server with the specified credentials.

      Overload List

      Authenticate(String, String)Authenticates the specified user to the remote IMAP server with the specified credentials.Authenticate(ImapAuthenticationMethod)Authenticates the user to the remote IMAP server using the specified authentication method that does not require credentials. Only NTLM, GSSAPI and External methods are supported.Authenticate(SspiAuthenticationMethod, String, String, String, String)Authenticates the specified user to the IMAP server using GSSAPI.Authenticate(String, String, ImapAuthenticationMethod)Authenticates the specified user to the remote IMAP server with the specified credentials using the specified authentication method.Authenticate(String, ImapAuthenticationMethod)Authenticates the user to the IMAP server using an OAuth token.
      Top

      See Also