This enumeration defines the set of Task object properties.
| C# | Visual Basic |
public enum TaskProperty
Public Enumeration TaskProperty
| Member | Description |
|---|---|
| Body |
The text Notes of the PIM item.
|
| BodyInk |
The ink Notes of the PIM item.
|
| Categories |
A comma-separated list of the categories that apply to this item.
|
| Complete |
A value indicating whether the Task has been completed.
|
| DateCompleted |
The date the Task was completed.
|
| DoNotSynchronize |
A flag that identifies whether ActiveSync should synchronize this Task with Outlook and Exchange.
This property can only be set during item creation.
Requires Windows Mobile 6 or later |
| DueDate |
The due date of the Task.
|
| FolderCategories |
A comma-separated list of all the categories that are used in this folder.
|
| Importance |
The importance of the Task. (Low = 0, Normal = 1, High = 2)
|
| IsRecurring |
A value indicating whether the Task is recurring.
|
| Recent |
A value indicating whether this Task is in the "recently viewed" list.
|
| RecurringDayOfMonth |
The day in a month on which an item occurs, from 1 to 31.
|
| RecurringDayOfWeekMask |
The days of the week of the recurrence. (Sunday = 1, Monday = 2, Tuesday = 4, etc.)
|
| RecurringDuration |
The duration of the recurrence pattern.
|
| RecurringEndTime |
The ending date of the recurrence pattern.
|
| RecurringInstance |
The week of the month in which an item occurs, from one to five.
|
| RecurringInterval |
The length of time between occurrences.
|
| RecurringMonthOfYear |
The month of the year on which an item occurs, from one to twelve.
|
| RecurringNoEnd |
A value indicating whether the recurrence pattern has an end.
|
| RecurringOccurrences |
The number of occurences.
|
| RecurringPatternEndDate |
The ending date of the recurrence pattern.
|
| RecurringPatternStartDate |
The starting date of the recurrence pattern.
|
| RecurringRegenerating |
A value indicating whether the Task recurs after it has been marked as completed.
|
| RecurringStartTime |
The starting time of the recurrence pattern.
|
| RecurringType |
The type (frequency) of recurrence. (NoRecurrence = -1, Daily = 0, Weekly = 1, Monthly = 2, MonthByNumber = 3, Yearly = 5, Every Nth Year = 6)
|
| ReminderOptions |
What actions to take when the reminder occurs. (LED = 1, Vibrate = 2, Dialog = 4, Sound = 8, Repeat = 16)
|
| ReminderSet |
A value indicating whether the user wants to be reminded of a Task.
|
| ReminderSoundFile |
The path and file name of the sound file to play when the reminder occurs.
|
| ReminderTime |
When a reminder for the Task will occur.
|
| Sensitivity |
The sensitivity. (Normal = 0, Personal = 1, Private = 2, Confidential = 3)
|
| SourceId |
An integer indicating the source, or owning application, of the Task. Zero is the default.
|
| StartDate |
The start date of the Task.
|
| Subject |
The subject.
|
| TeamTask |
A value indicating whether this Task is a team task.
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|
| Requirements | |
|---|---|
| Windows Mobile | Windows Mobile Version 5.0 and later |