_CalendarSharing.IncludeWholeCalendar Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a Boolean (bool in C#) value that indicates whether all calendar items in the folder should be included in the iCalendar (.ics) file created by the ForwardAsICal(OlCalendarMailFormat) or SaveAsICal(String) methods of the CalendarSharing object. Read/write.
public:
property bool IncludeWholeCalendar { bool get(); void set(bool value); };
public bool IncludeWholeCalendar { get; set; }
Public Property IncludeWholeCalendar As Boolean
Property Value
Remarks
True indicates that all calendar items in the folder should be included.
If this property is set to True, the StartDate and EndDate properties of the CalendarSharing object are ignored and all calendar items in the folder are included.
If this property is set to False, the StartDate and EndDate properties determine the range of calendar items to be included.