Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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