CalendarSharing.EndDate Property

Outlook Developer Reference

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

Version Information
 Version Added:  Outlook 2007

Syntax

expression.EndDate

expression   An expression that returns a CalendarSharing object.

Return Value
A Date value representing the inclusive end date of the range of calendar items to be shared.

Remarks

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

See Also