_SharingItem.MarkAsTask Method
Marks a SharingItem 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 _SharingItem
Dim MarkInterval As OlMarkInterval
instance.MarkAsTask(MarkInterval)
[DispIdAttribute()]
void MarkAsTask(
OlMarkInterval MarkInterval
)
Parameters
MarkInterval
Type: Microsoft.Office.Interop.Outlook.OlMarkIntervalThe task interval for the SharingItem.
Remarks
Calling this method sets the IsMarkedAsTask property to True and updates the TaskStartDate, TaskDueDate, and ToDoTaskOrdinal properties depending on the value provided in MarkInterval.