_MailItem.MarkAsTask Method

Marks a MailItem 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 _MailItem
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

_MailItem Interface

_MailItem Members

Microsoft.Office.Interop.Outlook Namespace

Other Resources

How to: Create a Task Item

How to: Flag Mail Items from a Manager for Follow-Up