ContactItem.MarkAsTask Method

Outlook Developer Reference

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

Parameters

Name Required/Optional Data Type Description
MarkInterval Required OlMarkInterval The task interval for the ContactItem.

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