TaskItem.MarkComplete Method (Outlook)

Marks the task as completed.

Syntax

expression .MarkComplete

expression A variable that represents a TaskItem object.

Remarks

Sets PercentComplete to "100%", Complete to True, and DateCompleted to the current date.

See Also

Concepts

TaskItem Object Members

TaskItem Object