Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkLogin(GssApiProvider)
Authenticates the user to the POP3 server using the specified GSSAPI provider. Only supported on Windows and partially on Mono.
Public methodSupported by the .NET Compact FrameworkLogin(Pop3Authentication)
Authenticates the user to the POP3 server using the specified authentication method that does not require credentials (NTLM or GSSAPI). Only supported on Windows.
Public methodSupported by the .NET Compact FrameworkLogin(String, Pop3Authentication)
Authenticates the user to the POP3 server using an OAuth token.
Public methodSupported by the .NET Compact FrameworkLogin(String, String)
Authenticates the user to the POP3 server.
Public methodSupported by the .NET Compact FrameworkLogin(String, String, Pop3Authentication)
Authenticates the user to the POP3 server using the specified authentication method.

See Also