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.)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also