EwsFlag.DueDate Property
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9083)
DueDate
Gets or sets due date of asociated to-do task.
Declaration
public DateTime? DueDate { get; set; }
Property Value
Type | Description |
---|---|
Nullable<DateTime> |
Remarks
If this date is set, StartDate is required. (CompleteDate does not have to be set.)