Lync Control Common Properties

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

Properties Common to Lync 2010 Controls

Property or Event

Description

IsInResiliencyMode property

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

IsSignedIn property

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

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 for the initialization failure.

InitializationCompleted event

Indicates that the control completed its initialization.

ContextualInformation property

Gets or sets data structure which provides contextual information for use with the contextual conversation feature. For more information about conversation context, see Lync Extensibility API Contextual Conversations (Lync 2010 SDK).

See Also

Other Resources

Lync 2010 Controls Reference

Lync 2010 Controls