_TaskItem.Status Property

Returns or sets an OlTaskStatus constant specifying the status for the task. Corresponds to the Status field of a TaskItem. Read/write.

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

Syntax

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

value = instance.Status

instance.Status = value
[DispIdAttribute()]
OlTaskStatus Status { get; set; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlTaskStatus

See Also

Reference

_TaskItem Interface

_TaskItem Members

Microsoft.Office.Interop.Outlook Namespace