PresenceAvailability Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents Presence availability values.
public enum class PresenceAvailability
public enum PresenceAvailability
type PresenceAvailability =
Public Enum PresenceAvailability
- Inheritance
-
PresenceAvailability
Fields
Name | Value | Description |
---|---|---|
None | 0 | The availability is not set. |
Online | 3000 | Free. |
IdleOnline | 4500 | The User state is Online and the Device state is Away. |
Busy | 6000 | Busy. |
IdleBusy | 7500 | 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 | 9000 | Do not disturb. |
BeRightBack | 12000 | Temporarily unalertable. |
Away | 15000 | Unalertable. |
Offline | 18000 | Unavailable. |