Authenticates the user to the POP3 server using the specified authentication method that does not require credentials (NTLM or GSSAPI). Only supported on Windows.

Namespace:  Rebex.Net
Assembly:  Rebex.Pop3 (in Rebex.Pop3.dll)

Syntax

Visual Basic
Public Sub Login ( _
	method As Pop3Authentication _
)
C#
public void Login(
	Pop3Authentication method
)

Parameters

method
Type: Rebex.Net..::..Pop3Authentication
Authentication method.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also