A data structure which defines the contextual information that can be used to personalize and customize a conversation that is initiated by a Lync control.

Namespace:  Microsoft.Lync.Controls
Assembly:  Microsoft.Lync.Controls(in Microsoft.Lync.Controls.dll)

Syntax

C#
public 
class 
ConversationContextualInfo

Remarks

Conversation context provides a mechanism for control developers to attach information such as a link, subject line, or embedded application reference to their conversation invitation. This context is used to personalize the conversation experience, and provide richer metadata for collaboration.

Inheritance Hierarchy

System . . :: . . Object
   Microsoft.Lync.Controls . . :: . . ConversationContextualInfo

See Also