ComponentPro UltimateMail

      AuthenticateAsync Methods

      See AlsoMembers Options: Show AllLanguage Filter: AllSend comments on this topic to ComponentPro
      Asynchronous authenticates the user to the SMTP server using the specified authentication method that does not require credentials (NTLM or GSSAPI).

      Overload List

      AuthenticateAsync(SmtpAuthenticationMethod, AsyncCompletedEventHandler, Object)Asynchronous authenticates the user to the SMTP server using the specified authentication method that does not require credentials (NTLM or GSSAPI).AuthenticateAsync(SmtpAuthenticationMethod, Object)Asynchronous authenticates the user to the SMTP server using the specified authentication method that does not require credentials (NTLM or GSSAPI).AuthenticateAsync(String, SmtpAuthenticationMethod, AsyncCompletedEventHandler, Object)Asynchronously authenticates the user to the SMTP server using an OAuth token.AuthenticateAsync(String, SmtpAuthenticationMethod, Object)Asynchronously authenticates the user to the SMTP server using an OAuth token.AuthenticateAsync(String, String, SmtpAuthenticationMethod, AsyncCompletedEventHandler, Object)Asynchronously authenticates the specified user to the remote SMTP server with the specified credentials using the specified authentication method.AuthenticateAsync(String, String, SmtpAuthenticationMethod, Object)Asynchronously authenticates the specified user to the remote SMTP server with the specified credentials using the specified authentication method.AuthenticateAsync(SspiAuthenticationMethod, String, String, String, String, AsyncCompletedEventHandler, Object)Asynchronously authenticates the user to the SMTP server using the specified GSSAPI provider.AuthenticateAsync(SspiAuthenticationMethod, String, String, String, String, Object)Asynchronously authenticates the user to the SMTP server using the specified GSSAPI provider.AuthenticateAsync(String, String, AsyncCompletedEventHandler, Object)Asynchronously authenticates the specified user to the remote SMTP server with the specified credentials.AuthenticateAsync(String, String, Object)Asynchronously authenticates the specified user to the remote SMTP server with the specified credentials.AuthenticateAsync(SmtpAuthenticationMethod)Asynchronous authenticates the user to the SMTP server using the specified authentication method that does not require credentials (NTLM or GSSAPI).AuthenticateAsync(String, SmtpAuthenticationMethod)Asynchronously authenticates the user to the SMTP server using an OAuth token.AuthenticateAsync(String, String, SmtpAuthenticationMethod)Asynchronously authenticates the specified user to the remote SMTP server with the specified credentials using the specified authentication method.AuthenticateAsync(SspiAuthenticationMethod, String, String, String, String)Asynchronously authenticates the user to the SMTP server using the specified GSSAPI provider.AuthenticateAsync(String, String)Asynchronously authenticates the specified user to the remote SMTP server with the specified credentials.
      Top

      See Also