Represents the actions that can be taken when a user single-clicks on the availability icon

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

Syntax

C#
public 
enum 
PresenceClickActions

Members

Member name Value Description
ShowContactBrief 0
Show the brief representation of a contact, which includes basic information and the actions bar
ShowContactDetails 1
Show the detailed representation of a contact, which includes the brief representation as well as further details
None 2
Take no action after single clicking on the availability icon

See Also