ITask
The ITask interface represents an assigned, delegated, or self-assigned task to be performed within a specified time-frame. Task items are contained within the Tasks folder.
| ITask methods | Description |
|---|---|
|
Clears the recurrence for the task, and marks it as a single instance. | |
|
Gets the Recurrence Pattern object 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 OlImportance enumeration: olImportanceLow, olImportanceNormal (default), and olImportanceHigh. | |
|
Determines whether the task has been completed. | |
|
Gets the sensitivity level for the task. Values come from the OlSensitivity enumeration (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 OlImportance enumeration: olImportanceLow, olImportanceNormal (default), and olImportanceHigh. | |
|
Sets whether the task has been completed. | |
|
Sets the sensitivity level for the task. Values come from the OlSensitivity enumeration (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 Summary tab. | |
|
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 IPOutlookApp object. |