Gets or sets complete date of asociated to-do task.

Namespace:  Rebex.Net
Assembly:  Rebex.Ews (in Rebex.Ews.dll)

Syntax

Visual Basic
Public Property CompleteDate As Nullable(Of DateTime)
	Get
	Set
C#
public Nullable<DateTime> CompleteDate { get; set; }

Remarks

If this date is set, StartDate and DueDate do not have to be set.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also