TaskItem.TotalWork Property

Outlook Developer Reference

Returns or sets a Long indicating the total work for the task. Read/write.

Syntax

expression.TotalWork

expression   A variable that represents a TaskItem object.

Remarks

TotalWork corresponds to the Total work field on the Details tab of a Task item. It is stored in units of minutes. The Total work field on the standard task form is bound to the TotalWork property; by default the field assumes an 8-hour day and 40-hour week.

See Also