Represents Presence availability values.

Namespace:  Microsoft.Rtc.Collaboration.Presence
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Enumeration 
PresenceAvailability
C#
public 
enum 
PresenceAvailability
Visual C++
public 
enum class 
PresenceAvailability
JavaScript

Microsoft.Rtc.Collaboration.Presence.PresenceAvailability = 
function();

Microsoft.Rtc.Collaboration.Presence.PresenceAvailability.createEnum('

Microsoft.Rtc.Collaboration.Presence.PresenceAvailability',
false);

Members

Member name Description
None
The availability is not set.
Online
Free.
IdleOnline
The User state is Online and the Device state is Away.
Busy
Busy.
IdleBusy
The User state is Busy and the Device state is Away. For example, the user's Calendar state is Busy and the Device state is Away.
DoNotDisturb
Do not disturb.
BeRightBack
Temporarily unalertable.
Away
Unalertable.
Offline
Unavailable.

See Also