TaskType

TaskType enumeration

Specifies the type of the note task node.

public enum TaskType

Values

NameValueDescription
DueToday100Due today.
DueTomorrow101Due tomorrow.
DueThisWeek102Due this week.
DueNextWeek103Due next week.
NoDueDate104No due date.
DueOnCustomDate105Due on a custom date.

See Also