_ContactItem.MarkAsTask Method

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

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Sub MarkAsTask ( _
    MarkInterval As OlMarkInterval _
)
'Usage
Dim instance As _ContactItem
Dim MarkInterval As OlMarkInterval

instance.MarkAsTask(MarkInterval)
[DispIdAttribute()]
void MarkAsTask(
    OlMarkInterval MarkInterval
)

Parameters

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.

See Also

Reference

_ContactItem Interface

_ContactItem Members

Microsoft.Office.Interop.Outlook Namespace