_TaskItem.MarkComplete Method
Marks the task as completed.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Sub MarkComplete
'Usage
Dim instance As _TaskItem
instance.MarkComplete()
[DispIdAttribute()]
void MarkComplete()
Remarks
Sets PercentComplete to "100%", Complete to True, and DateCompleted to the current date.