Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkBeginLogin(GssApiProvider, AsyncCallback, Object)
Begins asynchronous Login operation. Authenticates the user to the IMAP server using the specified GSSAPI provider. Only supported on Windows and partially on Mono.
Public methodSupported by the .NET Compact FrameworkBeginLogin(ImapAuthentication, AsyncCallback, Object)
Begins asynchronous Login operation. Authenticates the user to the IMAP server using the specified authentication method that does not require credentials (NTLM, GSSAPI or EXTERNAL). Only supported on Windows.
Public methodSupported by the .NET Compact FrameworkBeginLogin(String, ImapAuthentication, AsyncCallback, Object)
Begins asynchronous Login operation. Authenticates the user to the IMAP 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 IMAP server using the specified authentication method.
Public methodSupported by the .NET Compact FrameworkBeginLogin(String, String, ImapAuthentication, AsyncCallback, Object)
Begins asynchronous Login operation. Authenticates the user to the IMAP server using the specified authentication method.

See Also