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.

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

Syntax

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

Parameters

method
Type: Rebex.Net..::..ImapAuthentication
Authentication method.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also