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
| Away | 15000 | Unalertable. |
| BeRightBack | 12000 | Temporarily unalertable. |
| Busy | 6000 | Busy. |
| DoNotDisturb | 9000 | Do not disturb. |
| 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. |
| IdleOnline | 4500 | The User state is Online and the Device state is Away. |
| None | 0 | The availability is not set. |
| Offline | 18000 | Unavailable. |
| Online | 3000 | Free. |