_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
MarkInterval
Type: Microsoft.Office.Interop.Outlook.OlMarkIntervalThe task interval for the MailItem.
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
Microsoft.Office.Interop.Outlook Namespace