PostItem.MarkAsTask Method (Outlook)

Marks a PostItem object as a task and assigns a task interval for the object.

Version Information

Version Added: Outlook 2007

Syntax

expression .MarkAsTask(MarkInterval)

expression An expression that returns a PostItem object.

Parameters

Name

Required/Optional

Data Type

Description

MarkInterval

Required

OlMarkInterval

The task interval for the PostItem.

Remarks

Calling this method sets the value of several other properties, depending on the value provided in MarkInterval. For more information about the properties set by specifying MarkInterval, see OlMarkInterval Enumeration.

See Also

Concepts

PostItem Object Members

PostItem Object