Enumerates the conversation importance levels.

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

Syntax

C#
public 
enum 
ConversationImportance

Members

Member name Value Description
Low 0
The conversation has low importance.
Normal 1
The conversation has normal importance.
High 2
The conversation has high importance.
Invalid -1

See Also