Click or drag to resize

StatusType Properties

IT Hit WebDAV Classes Reference

The StatusType type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCancelled
Cancelled status. Valid for event, to-do and journal components. String value is "CANCELLED", integer value is 3.
Public propertyStatic memberCompleted
Indicates to-do completed. Valid for to-do component only. String value is "COMPLETED", integer value is 5.
Public propertyStatic memberConfirmed
Confirmed status. Valid for event component only. String value is "CONFIRMED", integer value is 2.
Public propertyStatic memberDraft
Indicates journal is draft. Valid for journal component only. String value is "DRAFT", integer value is 7.
Public propertyStatic memberFinal
Indicates journal is final. Valid for journal component only. String value is "FINAL", integer value is 8.
Public propertyStatic memberInProcess
Indicates to-do in process of. Valid for to-do component only. String value is "IN-PROCESS", integer value is 6.
Public propertyName
Gets the string representation of the enum value.
(Inherited from ExtendibleEnum.)
Public propertyStatic memberNeedsAction
Indicates to-do needs action. Valid for to-do component only. String value is "NEEDS-ACTION", integer value is 4.
Public propertyNumber
Gets the integer representation of the enum value. Default is -1.
(Inherited from ExtendibleEnum.)
Public propertyStatic memberTentative
Tentative status. Valid for event component only. String value is "TENTATIVE", integer value is 1.
Top
See Also