Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The ITaskinterface represents an assigned, delegated, or self-assigned task to be performed within a specified time-frame. Task items are contained within the Tasks folder.
Methods in Vtable Order
ITask methods | Description |
---|---|
Clears the recurrence for the task, and marks it as a single instance. |
|
Gets the Recurrence Patternobject that represents the recurrence attributes of the task. |
|
Determines whether the task is a recurring task. |
|
Gets the subject for the task. |
|
Gets the categories assigned to the task. |
|
Gets the time when the task should begin. |
|
Determines when the task is due to be completed. |
|
Determines when the task was completed. |
|
Gets the task's priority. Values come from the OlImportanceenumeration: olImportanceLow, olImportanceNormal(default), and olImportanceHigh. |
|
Determines whether the task has been completed. |
|
Gets the sensitivity level for the task. Values come from the OlSensitivityenumeration ( olNormal, olPersonal, olPrivate, and olConfidential). |
|
Determines whether the task is a team task. |
|
Gets the text of the notes accompanying the task. |
|
Determines whether the user wants to be reminded to complete the task by a specified date and time. |
|
Gets the path and file name of the sound file to play when the task reminder occurs. |
|
Determines when a reminder occurs before the start or due date of the task. |
|
Gets the type of task reminder. |
|
Sets the subject for the task. |
|
Sets the categories assigned to the task. |
|
Sets the time when the task should begin. |
|
Sets the date when the task is due to be completed. |
|
Sets the task's priority. Values come from the OlImportanceenumeration: olImportanceLow, olImportanceNormal(default), and olImportanceHigh. |
|
Sets whether the task has been completed. |
|
Sets the sensitivity level for the task. Values come from the OlSensitivityenumeration ( olNormal, olPersonal, olPrivate, and olConfidential). |
|
Sets whether the task is a team task. |
|
Sets the text of the notes accompanying the task. |
|
Sets whether the user wants to be reminded that the task is to start, or to be completed. |
|
Sets the path and file name of the sound file to play when the reminder occurs for the task. |
|
Sets when a reminder occurs before the start or due date of the task. |
|
Sets the type of a reminder. |
|
Saves the Task item. |
|
Deletes the Task item. |
|
Causes a recurring task to move forward through one occurrence. |
|
Copies the Task item. |
|
Displays the Task item's Summarytab. |
|
Gets the Task item's object identifier (OID). |
|
Sets a binary representation of the Task's body notes. |
|
Gets a binary representation of the Task's body notes. |
|
Gets the main Outlook Mobile IPOutlookAppobject. |
Remarks
POOM does not support the Microsoft Outlook desktop version's ReminderOverrideDefaultproperty. When you create a task, Outlook Mobile automatically creates it with the default reminder information. When you set individual reminder properties, they automatically override the defaults.
Requirements
Header | pimstore.h |
Library | Pimstore.lib |
Windows Embedded CE | Windows CE 2.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |
See Also
Tasks
Creating a PIM ItemReference
IContactIAppointment
Pocket Outlook Object Model Interfaces