CalendarSharing.StartDate Property

Outlook Developer Reference

Returns or sets the inclusive start date of the range of calendar items to be shared by the CalendarSharing object. Read/write.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.StartDate

expression   An expression that returns a CalendarSharing object.

Return Value
Date

Remarks

This property is ignored if the IncludeWholeCalendar property of the CalendarSharing object is set to True.

See Also