DistListItem.MarkAsTask Method (Outlook)

Marks a DistListItem 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 DistListItem object.

Parameters

Name

Required/Optional

Data Type

Description

MarkInterval

Required

OlMarkInterval

The task interval for the DistListItem.

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

DistListItem Object

DistListItem Object Members