Enumerates the conversation context type.

Namespace:  Microsoft.Lync.Model.Conversation
Assembly:  Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)

Syntax

C#
public 
enum 
ContextType

Members

Member name Value Description
ApplicationId 0
A string GUID representing the registered application ID.
ApplicationData 1
A string data to be consumed by the application.
HyperLink 2
A simple link to be displayed in the conversation window.
Invalid -1

See Also