TaskProperty Enumeration
3/29/2010
This enumeration defines the set of Task object properties.
Namespace: Microsoft.WindowsMobile.PocketOutlook
Assembly: Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)
Syntax
public enum TaskProperty
'Declaration
Public Enumeration TaskProperty
Members
Member name | 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. |
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 meeting. (Low=0, Normal=1, High=2) |
IsRecurring | A value indicating whether the appointment or task is recurring. |
Recent | A value indicating whether this PIM item 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 month of the year on which an item occurs, from one to twelve. |
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 an appointment or 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 PIM item. 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. |