ActivityStatus 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 the union of all possible status values in all activities.
public enum class ActivityStatus
public enum ActivityStatus
type ActivityStatus =
Public Enum ActivityStatus
- Inheritance
-
ActivityStatus
Fields
Name | Value | Description |
---|---|---|
Unspecified | 0 | An unspecified, or uninitialized value. |
Offline | 1 | Offline. |
Online | 2 | Online. |
Away | 3 | Away. |
Busy | 4 | Busy. |
BeRightBack | 5 | Be right back. |
OnPhone | 6 | On the phone. |
InMeeting | 7 | In a meeting. |
DoNotDisturb | 8 | Do not disturb. |
OutOfOffice | 9 | Out of office. |
InConference | 10 | In a conference. |
Idle | 11 | This is the Activity equivalent to FuzzyAway. |
OutToLunch | 12 | Out To lunch. |
Tentative | 2002 | Tentative. |
Presenting | 3002 | Presenting. |