Home 
  
  
 Change View 
  
  
 Print 
  

Gets or sets data structure which provides contextual information for use with the contextual conversation feature.

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

Collapse imageSyntax

C#
public 

ConversationContextualInfo 
ContextualInformation { 
get; 
set; }

Collapse imageRemarks

Contextual information is provided to the destination user when a conversation is initiated. This information may include a link or subject line which provides background on the purpose of a conversation. Optionally, context may be delivered in the form of an application reference and embedded application data. For more information, please refer to the related conceptual topics in the Lync SDK documentation.

Collapse imageSee Also