StatusValue Enumeration
This enumerated type defines the various status values for the
StatusPropertyNamespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
[SerializableAttribute]
public enum StatusValue
<SerializableAttribute>
Public Enumeration StatusValue
[SerializableAttribute]
public enum class StatusValue
[<SerializableAttribute>]
type StatusValue
None | 0 | No status defined |
Accepted | 1 | Indicates to-do was accepted (vCalendar only) |
NeedsAction | 2 | Indicates event or to-do requires action |
Sent | 3 | Indicates event or to-do was sent out (vCalendar only) |
Tentative | 4 | Indicates event is tentatively accepted |
Confirmed | 5 | Indicates event is confirmed (vCalendar only) |
Declined | 6 | Indicates event or to-do has been declined (vCalendar only) |
Completed | 7 | Indicates to-do has been completed |
Delegated | 8 | Indicates event or to-do has been delegated (vCalendar only) |
Cancelled | 9 | Indicates event, to-do, or journal was canceled (iCalendar only) |
InProcess | 10 | Indicates to-do in process (iCalendar only) |
Draft | 11 | Indicates journal is draft (iCalendar only) |
Final | 12 | Indicates journal is final (iCalendar only) |