Asynchronously 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.
AuthenticateAsync(ImapAuthenticationMethod, AsyncCompletedEventHandler, Object) | Asynchronously 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. |
AuthenticateAsync(ImapAuthenticationMethod, Object) | Asynchronously 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. |
AuthenticateAsync(String, ImapAuthenticationMethod, AsyncCompletedEventHandler, Object) | Asynchronously authenticates the user to the IMAP server using an OAuth token. |
AuthenticateAsync(String, ImapAuthenticationMethod, Object) | Asynchronously authenticates the user to the IMAP server using an OAuth token. |
AuthenticateAsync(String, String, ImapAuthenticationMethod, AsyncCompletedEventHandler, Object) | Asynchronously authenticates the specified user to the remote IMAP server with the specified credentials using the specified authentication method. |
AuthenticateAsync(String, String, ImapAuthenticationMethod, Object) | Asynchronously authenticates the specified user to the remote IMAP server with the specified credentials using the specified authentication method. |
AuthenticateAsync(SspiAuthenticationMethod, String, String, String, String, AsyncCompletedEventHandler, Object) | Asynchronously Authenticates the specified user to the IMAP server using GSSAPI. |
AuthenticateAsync(SspiAuthenticationMethod, String, String, String, String, Object) | Asynchronously Authenticates the specified user to the IMAP server using GSSAPI. |
AuthenticateAsync(String, String, AsyncCompletedEventHandler, Object) | Asynchronously authenticates the specified user to the remote IMAP server with the specified credentials. |
AuthenticateAsync(String, String, Object) | Asynchronously authenticates the specified user to the remote IMAP server with the specified credentials. |
AuthenticateAsync(ImapAuthenticationMethod) | Asynchronously 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. |
AuthenticateAsync(String, ImapAuthenticationMethod) | Asynchronously authenticates the user to the IMAP server using an OAuth token. |
AuthenticateAsync(String, String, ImapAuthenticationMethod) | Asynchronously authenticates the specified user to the remote IMAP server with the specified credentials using the specified authentication method. |
AuthenticateAsync(SspiAuthenticationMethod, String, String, String, String) | Asynchronously Authenticates the specified user to the IMAP server using GSSAPI. |
AuthenticateAsync(String, String) | Asynchronously authenticates the specified user to the remote IMAP server with the specified credentials. |