Returns a value indicating whether the session is authenticated.

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

Syntax

Visual Basic
Public Overrides ReadOnly Property IsAuthenticated As Boolean
	Get
C#
public override bool IsAuthenticated { get; }

Field Value

A value indicating whether the session is authenticated.

Remarks

Use this to detect whether the session has been automatically preauthenticated prior to calling the Login method.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also