Complete
Previous
Next
Gets or sets whether the task is completed.
Setting this property to true will set the DateCompleted property to the current date.
Syntax: Complete As Boolean
Example:
Task.Complete = True
Task.Update