Lync Controls common properties

Core concepts

Learn about the common properties of the Microsoft Lync 2013Lync Controls.

Applies to: Lync 2013

In this article
Properties common to all Lync Controls
Additional resources

Properties common to all Lync Controls

The properties listed in the following table are common to most Lync Controls in Microsoft Lync 2013 SDK.

Property or event

Description

IsInResiliencyMode property

Gets a bool value. The value true indicates that the server has entered a state of limited functionality and some features, such as presence, might not be available.

IsSignedIn property

Gets a bool value indicating whether the application user is signed in to Microsoft Lync 2013.

InitializationFailed property

Returns a Boolean value indicating whether initialization failed.

InitializationErrorMessage property

When InitializationFailed is true, this property stores a descriptive message generated during initialization.

InitializationError property

Provides an enumerated value of type [Microsoft.Lync.Controls.LyncControlInitializationError] to indicate the reason of the initialization failure.

InitializationCompleted event

Indicates that the control completed its initialization.

ContextualInformation property

Gets or sets data structure that provides contextual information for use with the contextual conversation feature. For more information about conversation context, see Contextual Lync conversations.

See also