Share via


_TaskItem.ActualWork Property

Returns or sets an Integer (int in C#) value indicating the actual effort spent on the task. Read/write.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Property ActualWork As Integer
    Get
    Set
'Usage
Dim instance As _TaskItem
Dim value As Integer

value = instance.ActualWork

instance.ActualWork = value
[DispIdAttribute()]
int ActualWork { get; set; }

Property Value

Type: System.Int32

Remarks

ActualWork is stored in units of minutes. The ActualWork field on the standard task form is bound to the ActualWork property; by default the field assumes an 8-hour day and 40-hour week.

See Also

Reference

_TaskItem Interface

_TaskItem Members

Microsoft.Office.Interop.Outlook Namespace