Represents the actions that can be taken when a user hovers over the availability icon

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

Syntax

C#
public 
enum 
PresenceHoverActions

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 while hovering over the availability icon

See Also