Share via


ITask

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 Description
ClearRecurrencePattern Clears the recurrence for a task and marks it as a single instance.
GetRecurrencePattern Gets the IRecurrencePattern object that represents the recurrence attributes of a task.
get_IsRecurring Determines whether the task is recurring.
get_Subject Gets the subject for the task.
get_Categories Gets the categories assigned to the task.
get_StartDate Gets when the task starts.
get_DueDate Determines when the task is due.
get_DateCompleted Determines when the task is completed.
get_Importance Gets the importance of the meeting.
get_Complete Determines whether the appointment is completed.
get_Sensitivity Gets the sensitivity for a task as normal or private.
get_TeamTask Determines whether the task is a team task.
get_Body Gets the text of the notes accompanying an appointment.
get_ReminderSet Determines whether the user wants to be reminded of a task.
get_ReminderSoundFile Gets the path and file name of the sound file to play when the reminder occurs for the task.
get_ReminderTime Determines when a reminder occurs before the start or due date of a task.
get_ReminderOptions Gets the type of a reminder.
put_Subject Sets the subject for the task.
put_Categories Sets the categories assigned to the task.
put_StartDate Sets when the task starts.
put_DueDate Sets when the task is due.
put_Importance Sets the importance of the meeting.
put_Complete Sets whether the appointment is completed.
put_Sensitivity Sets the sensitivity for a task as normal or private.
put_TeamTask Sets whether the task is a team task.
put_Body Sets the text of the notes accompanying an appointment.
put_ReminderSet Sets whether the user wants to be reminded of a task.
put_ReminderSoundFile Sets the path and file name of the sound file to play when the reminder occurs for the task.
put_ReminderTime Sets when a reminder occurs before the start or due date of a task.
put_ReminderOptions Sets the type of a reminder.
Save Saves a task item.
Delete Deletes a task item.
SkipRecurrence Causes a recurring task to move forward through one occurrence.
Copy Copies a task item.
Display Displays the task item's Summary tab.
get_Oid Gets the object identifier (OID) for an item.
put_BodyInk Sets a binary large object (BLOB) containing the note data in a Rich Ink format.
get_BodyInk Gets a binary large object (BLOB) containing the note data in a Rich Ink format.
get_Application Gets the main Pocket Outlook IPOutlookApp object.

Remarks

Pocket Outlook does not support the Microsoft Outlook desktop version's 'ReminderOverrideDefault property. When you create a task, Pocket Outlook automatically creates it with the default reminder information. When you set individual reminder properties, they automatically override the defaults.

Requirements

Smartphone: Windows Mobile 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

Last updated on Friday, April 22, 2005

© 2005 Microsoft Corporation. All rights reserved.

Send feedback on this topic to the authors.