Class CalendarView (Outlook VBA)

The class CalendarView represents a view that displays Outlook items in a calendar format.

Methods

Apply - Applies the CalendarView object to the current view.

Copy - Creates a new View object based on the existing CalendarView object.

Delete - Deletes an object from a collection.

GoToDate - Changes the date used by the current view to display information.

Reset - Resets a built-in Microsoft Outlook view to its original settings.

Save - Saves the view, or saves the changes to a view.

Properties

Name (Default member) - Returns or sets a String value that represents the display name for the object.

AutoFormatRules returns an AutoFormatRules object that represents the set of formatting rules applicable to the CalendarView object.

BoldDatesWithItems returns or sets a Boolean value that indicates whether days that contain Outlook items should be displayed in bold within the Date Navigator for the CalendarView object.

BoldSubjects returns or sets a Boolean value that indicates whether the subject information for Outlook items is displayed in bold within a CalendarView object. Read/write

CalendarViewMode returns or sets an OlCalendarViewMode that determines the current view mode of the CalendarView object.

Class returns an OlObjectClass constant indicating the object's class.

DaysInMultiDayMode returns or sets a Long value that represents the number of consecutive days displayed in the CalendarView object. Read/write

DayWeekTimeScale returns or sets an OlDayWeekTimeScale constant that represents the scale used to represent time periods in a CalendarView object.

DisplayedDates returns a Variant array containing strings that represent the days displayed in a CalendarView object.

EndField returns or sets a String value that represents the name of the property that ends the time duration for Outlook items displayed in the CalendarView object.

Filter returns or sets a String value that represents the filter for a view.

Language returns or sets a String value that represents the language setting for the view.

LockUserChanges returns or sets a Boolean value that indicates whether a user can modify the settings of the view.

MonthShowEndTime returns or sets a Boolean value that indicates whether end times for Outlook items are displayed in the CalendarView object.

SaveOption returns an OlViewSaveOption constant that specifies the folders in which the specified view is available and the read permissions attached to the view.

SelectedEndTime returns a Date that represents the end time of a selection in the CalendarView object.

SelectedStartTime returns a Date that represents the start time of a selection in the CalendarView object.

Session returns the NameSpace object for the current session.

Standard returns a Boolean value that indicates whether the CalendarView object is a built-in Outlook view.

StartField returns or sets a String value that represents the name of the property that starts the time duration for Outlook items displayed in the CalendarView object.

ViewType returns an OlViewType constant that indicates the view type of the view.

XML returns or sets a String value that specifies the XML definition of the view.

AutoFormatRules - Represents the collection of AutoFormatRule objects in a view.

NameSpace - Represents an abstract root object for any data source.

View - Represents a customizable view used to sort, group, and view data.