Authenticates the user to the IMAP server using the specified GSSAPI provider. Only supported on Windows and partially on Mono.

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

Syntax

Visual Basic
Public Sub Login ( _
	provider As GssApiProvider _
)
C#
public void Login(
	GssApiProvider provider
)

Parameters

provider
Type: Rebex.Net..::..GssApiProvider
GSSAPI provider.

Remarks

Only supported on Windows platforms.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also