Version

ActivityStatus Enumeration

Indications concerning the current status of an Activity object.
Syntax
'Declaration
 
Public Enum ActivityStatus 
   Inherits System.Enum
public enum ActivityStatus : System.Enum 
Members
MemberDescription
DeletedIndicates the current activity has been marked deleted (it should be treated as if it does not exist.)
ExpiredIndicates the activity start date has passed, and the Resource that organized the Activity has been notified through a reminder.
NormalIndicates the activity status is normal (reminders may be pending if the Activity allows for reminders.)
Remarks

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.

Requirements

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

See Also