TaskItem Methods (Outlook)

GitHub-Mark-64px

Contribute to this content

Use GitHub to suggest and submit changes. See our guidelines for contributing to VBA documentation.

Methods

Name

Description

Assign

Assigns a task and returns a TaskItem object that represents it.

CancelResponseState

Resets an unsent response to a task request back to a simple task.

ClearRecurrencePattern

Removes the recurrence settings and restores the single-occurrence state for an appointment or task.

Close

Closes and optionally saves changes to the Outlook item.

Copy

Creates another instance of an object.

Delete

Removes the item from the folder that contains the item.

Display

Displays a new Inspector object for the item.

GetConversation

Obtains a Conversation object that represents the conversation to which this item belongs.

GetRecurrencePattern

Returns a RecurrencePattern object that represents the recurrence attributes of a task. If there is no existing recurrence pattern, a new empty RecurrencePattern object is returned.

MarkComplete

Marks the task as completed.

Move

Moves a Microsoft Outlook item to a new folder.

PrintOut

Prints the Outlook item using all default settings.The PrintOut method is the only Outlook method that can be used for printing.

Respond

Responds to a task request.

Save

Saves the Microsoft Outlook item to the current folder or, if this is a new item, to the Outlook default folder for the item type.

SaveAs

Saves the Microsoft Outlook item to the specified path and in the format of the specified file type. If the file type is not specified, the MSG format (.msg) is used.

Send

Sends the task.

ShowCategoriesDialog

Displays the Show Categories dialog box, which allows you to select categories that correspond to the subject of the item.

SkipRecurrence

Clears the current instance of a recurring task and sets the recurrence to the next instance of that task.

StatusReport

Sends a status report to all Cc recipients (recipients returned by the StatusUpdateRecipients property) with the current status for the task and returns an Object representing the status report.