ConversationContextualInfo Members
Include Protected Members
Include Inherited Members
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.
The ConversationContextualInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConversationContextualInfo |
Top
Properties
Name | Description | |
---|---|---|
ApplicationData | Gets or sets a string which represents the initial data structure to be shared with the application specified by ApplicationId when the conversation is initialized. | |
ApplicationId | Gets or sets a string which represents the GUID of an external application which will be used to communicate context for this conversation. For more information, please refer to the conceptual topics in the Lync SDK documentation. | |
ContextualLink | Gets or sets a simple hyperlink which is used to convey the context of this conversation. | |
Subject | Gets or sets a subject which is used to convey the context of this conversation. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top