TaskItem Object

Description

Represents a task (an assigned, delegated, or self-imposed task to be performed within a specified time frame) in a Tasks folder.

Using The TaskItem Object

Use the CreateItem method to create a TaskItem object that represents a new task. The following example returns a new task.

Set myItem = myOlApp.CreateItem(olTaskItem)
Use Items(index), where index is the index number of a task or a value used to match the default property of a task, to return a single TaskItem object from an Tasks folder.

Properties

Actions property, ActualWork property, Application property, Attachments property, BillingInformation property, Body property, CardData property, Categories property, Companies property, Complete property, Contacts property, CreationTime property, DateCompleted property, DelegationState property, Delegator property, DueDate property, EntryID property, FormDescription property, GetInspector property, Importance property, IsRecurring property, LastModificationTime property, MessageClass property, Mileage property, NoAging property, Ordinal property, OutlookInternalVersion property, OutlookVersion property, Owner property, Ownership property, Parent property, PercentComplete property, Recipients property, ReminderOverrideDefault property, ReminderPlaySound property, ReminderSet property, ReminderSoundFile property, ReminderTime property, ResponseState property, Role property, Saved property, SchedulePlusPriority property, Sensitivity property, Size property, StartDate property, Status property, StatusOnCompletionRecipients property, StatusUpdateRecipients property, Subject property, TeamTask property, TotalWork property, UnRead property, UserProperties property.

Methods

Assign method, CancelResponseState method, ClearRecurrencePattern method, Close method, Copy method, Delete method, Display method, GetRecurrencePattern method, MarkComplete method, Move method, PrintOut method, Respond method, Save method, SaveAs method, Send method, SkipRecurrence method, StatusReport method.

Events

Close event, CustomAction event, CustomPropertyChange event, Forward event, Open event, PropertyChange event, Read event, Reply event, ReplyAll event, Send event, Write event.