Gets or sets start date of asociated to-do task.
Namespace:
Rebex.Net
Assembly:
Rebex.Ews (in Rebex.Ews.dll)
Syntax
Visual Basic |
---|
Public Property StartDate As Nullable(Of DateTime) Get Set |
C# |
---|
public Nullable<DateTime> StartDate { get; set; } |
Remarks
If this date is set, DueDate is required. (CompleteDate does not have to be set.)