Gets a value indicating whether the Ews object is authenticated to an Exchange server.

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

Syntax

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

Field Value

True if authenticated; false otherwise.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also