Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkBeginLogin(GssApiProvider, AsyncCallback, Object)
Begins asynchronous Login operation. Authenticates the user to the SMTP server using the specified GSSAPI provider. Only supported on Windows and partially on Mono.
Public methodSupported by the .NET Compact FrameworkBeginLogin(SmtpAuthentication, AsyncCallback, Object)
Begins asynchronous Login operation. Authenticates the user to the SMTP server using the specified authentication method that does not require credentials (NTLM or GSSAPI). Only supported on Windows.
Public methodSupported by the .NET Compact FrameworkBeginLogin(String, SmtpAuthentication, AsyncCallback, Object)
Begins asynchronous Login operation. Authenticates the user to the SMTP server using an OAuth token.
Public methodSupported by the .NET Compact FrameworkBeginLogin(String, String, AsyncCallback, Object)
Begins asynchronous Login operation. Authenticates the user to the SMTP server.
Public methodSupported by the .NET Compact FrameworkBeginLogin(String, String, SmtpAuthentication, AsyncCallback, Object)
Begins asynchronous Login operation. Authenticates the user to the SMTP server using the specified authentication method.

See Also