Asynchronously authenticates the user to the remote POP3 server using the specified authentication method that does not require credentials.
Only NTLM and External methods are supported.
AuthenticateAsync(Pop3AuthenticationMethod, AsyncCompletedEventHandler, Object) | Asynchronously authenticates the user to the remote POP3 server using the specified authentication method that does not require credentials.
Only NTLM and External methods are supported. |
AuthenticateAsync(Pop3AuthenticationMethod, Object) | Asynchronously authenticates the user to the remote POP3 server using the specified authentication method that does not require credentials.
Only NTLM and External methods are supported. |
AuthenticateAsync(String, String, Pop3AuthenticationMethod, AsyncCompletedEventHandler, Object) | Asynchronously authenticates the specified user to the remote POP3 server with the specified credentials using the specified authentication method. |
AuthenticateAsync(String, String, Pop3AuthenticationMethod, Object) | Asynchronously authenticates the specified user to the remote POP3 server with the specified credentials using the specified authentication method. |
AuthenticateAsync(SspiAuthenticationMethod, String, String, String, String, AsyncCompletedEventHandler, Object) | Asynchronously authenticates the user to the POP3 server using the specified GSSAPI parameters. |
AuthenticateAsync(SspiAuthenticationMethod, String, String, String, String, Object) | Asynchronously authenticates the user to the POP3 server using the specified GSSAPI parameters. |
AuthenticateAsync(String, String, AsyncCompletedEventHandler, Object) | Asynchronously authenticates the specified user to the remote POP3 server with the specified credentials using the Auto mode. |
AuthenticateAsync(String, String, Object) | Asynchronously authenticates the specified user to the remote POP3 server with the specified credentials using the Auto mode. |
AuthenticateAsync(Pop3AuthenticationMethod) | Asynchronously authenticates the user to the remote POP3 server using the specified authentication method that does not require credentials.
Only NTLM and External methods are supported. |
AuthenticateAsync(String, String, Pop3AuthenticationMethod) | Asynchronously authenticates the specified user to the remote POP3 server with the specified credentials using the specified authentication method. |
AuthenticateAsync(SspiAuthenticationMethod, String, String, String, String) | Asynchronously authenticates the user to the POP3 server using the specified GSSAPI parameters. |
AuthenticateAsync(String, String) | Asynchronously authenticates the specified user to the remote POP3 server with the specified credentials using the Auto mode. |