PresenceStateType 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.
This enum represents the type of presence state.
public enum class PresenceStateType
public enum PresenceStateType
type PresenceStateType =
Public Enum PresenceStateType
- Inheritance
-
PresenceStateType
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Unknown State type. |
AggregateState | 1 | Represents the overall availability of the presentity. |
AggregateEndpointState | 2 | Represents the aggregate of all device or machine presence states. |
UserState | 3 | Represents the manual presence state chosen by the presentity. |
PhoneState | 4 | Represents whether and how the presentity is using a phone. |
EndpointState | 5 | Represents how available the presentity is at an endpoint. |
CalendarState | 6 | Represents the availability of the presentity based on the information from their calendar. |