Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ITask interface represents an assigned, delegated, or self-imposed task to be performed within a specified time frame in the Tasks folder.
Methods in Vtable Order
| ITask methods | PPC | SP | Description |
|---|---|---|---|
| ClearRecurrencePattern | X | X | Clears the recurrence for a task and marks it as a single instance. |
| GetRecurrencePattern | X | X | Gets the IRecurrencePattern object that represents the recurrence attributes of a task. |
| get_IsRecurring | X | X | Determines whether the task is recurring. |
| get_Subject | X | X | Gets the subject for the task. |
| get_Categories | X | X | Gets the categories assigned to the task. |
| get_StartDate | X | X | Gets when the task starts. |
| get_DueDate | X | X | Determines when the task is due. |
| get_DateCompleted | X | X | Determines when the task is completed. |
| get_Importance | X | X | Gets the importance of the meeting. |
| get_Complete | X | X | Determines whether the appointment is completed. |
| get_Sensitivity | X | X | Gets the sensitivity for a task as normal or private. |
| get_TeamTask | X | X | Determines whether the task is a team task. |
| get_Body | X | X | Gets the text of the notes accompanying an appointment. |
| get_ReminderSet | X | X | Determines whether the user wants to be reminded of a task. |
| get_ReminderSoundFile | X | X | Gets the path and file name of the sound file to play when the reminder occurs for the task. |
| get_ReminderTime | X | X | Determines when a reminder occurs before the start or due date of a task. |
| get_ReminderOptions | X | X | Gets the type of a reminder. |
| put_Subject | X | X | Sets the subject for the task. |
| put_Categories | X | X | Sets the categories assigned to the task. |
| put_StartDate | X | X | Sets when the task starts. |
| put_DueDate | X | X | Sets when the task is due. |
| put_Importance | X | X | Sets the importance of the meeting. |
| put_Complete | X | X | Sets whether the appointment is completed. |
| put_Sensitivity | X | X | Sets the sensitivity for a task as normal or private. |
| put_TeamTask | X | X | Sets whether the task is a team task. |
| put_Body | X | X | Sets the text of the notes accompanying an appointment. |
| put_ReminderSet | X | X | Sets whether the user wants to be reminded of a task. |
| put_ReminderSoundFile | X | X | Sets the path and file name of the sound file to play when the reminder occurs for the task. |
| put_ReminderTime | X | X | Sets when a reminder occurs before the start or due date of a task. |
| put_ReminderOptions | X | X | Sets the type of a reminder. |
| Save | X | X | Saves a task item. |
| Delete | X | X | Deletes a task item. |
| SkipRecurrence | X | X | Causes a recurring task to move forward through one occurrence. |
| Copy | X | X | Copies a task item. |
| Display | X | X | Displays the task item's Summary tab. |
| get_Oid | X | X | Gets the object identifier (OID) for an item. |
| put_BodyInk | X | X | Sets a binary representation of the Task body. |
| get_BodyInk | X | X | Gets a binary representation of the Task body. |
| get_Application | X | X | Gets the main Outlook Mobile IPOutlookApp object. |
Remarks
POOM does not support the Microsoft Outlook desktop version's 'ReminderOverrideDefault property. 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
Pocket PC: Pocket PC 2000 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: pimstore.h
Library: pimstore.lib
See Also
How to: Create a PIM Item | IContact | IAppointment | Pocket Outlook Object Model API Interfaces | Pocket Outlook Object Model API Enumerations
Send Feedback on this topic to the authors