Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |