MapiTask.DateCompleted

MapiTask.DateCompleted property

Gets or sets the date when the user completed work on the task.

public DateTime DateCompleted { get; set; }

Exceptions

exceptioncondition
ArgumentExceptiontrows when start date is less than date completed.

See Also