PresenceAvailability Enumeration
Represents Presence availability values.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Enumeration PresenceAvailability
'Usage
Dim instance As PresenceAvailability
public enum PresenceAvailability
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. |