ConversationContextualInfo class
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.
Inheritance hierarchy
System.Object
Microsoft.Lync.Controls.ConversationContextualInfo
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Public Class ConversationContextualInfo
'Usage
Dim instance As ConversationContextualInfo
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.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.