'Declaration Public Enum ActivityStatus Inherits System.Enum
public enum ActivityStatus : System.Enum
Member | Description |
---|---|
Deleted | Indicates the current activity has been marked deleted (it should be treated as if it does not exist.) |
Expired | Indicates the activity start date has passed, and the Resource that organized the Activity has been notified through a reminder. |
Normal | Indicates the activity status is normal (reminders may be pending if the Activity allows for reminders.) |
This enumeration presently pertains to that status of an Activity with regard to pending reminder notifications (if any). When an end user dismisses a reminder notice, the Activity transitions to a status of Expired.
Additional activity states not related to reminder notifications may be possible, and are reserved for future use.
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2