_TaskItem.Status Property

Definition

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

public:
 property Microsoft::Office::Interop::Outlook::OlTaskStatus Status { Microsoft::Office::Interop::Outlook::OlTaskStatus get(); void set(Microsoft::Office::Interop::Outlook::OlTaskStatus value); };
public Microsoft.Office.Interop.Outlook.OlTaskStatus Status { get; set; }
Public Property Status As OlTaskStatus

Property Value

Applies to