Class TimelineView (Outlook VBA)

The class TimelineView represents a view that displays Outlook items in a timeline.

Methods

Apply - Applies the TimelineView object to the current view.

Copy - Creates a new View object based on the existing TimelineView 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.

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

DefaultExpandCollapseSetting returns or sets an OlDefaultExpandCollapseSetting constant that determines the default expansion setting for groups in the TimelineView 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 TimelineView object.

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

GroupByFields returns an OrderFields object that represents the set of fields by which the items displayed in the TimelineView object are grouped.

ItemFont returns a ViewFont object that represents the font used when displaying Outlook items in the TimelineView object.

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.

LowerScaleFont returns a ViewFont object that represents the font used to display the lower portion of the timeline scale for a TimelineView object.

MaxLabelWidth returns or sets a Long value that represents the maximum length (in characters) for the label of an Outlook item in the TimelineView 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.

Session returns the NameSpace object for the current session.

ShowLabelWhenViewingByMonth returns or sets a Boolean value that determines if labels for Outlook items are displayed when viewing by month in the TimelineView object.

ShowWeekNumbers returns or sets a Boolean value that indicates whether week number labels are displayed in the timeline scale for the TimelineView object.

Standard returns a Boolean value that indicates whether the TimelineView 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 TimelineView object.

TimelineViewMode returns or sets an OlTimelineViewMode constant that indicates the view mode for the TimelineView object.

UpperScaleFont returns a ViewFont object that represents the font used to display the upper portion of the timeline scale for a TimelineView 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.

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

OrderFields - Represents the collection of OrderField objects in a view.

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

ViewFont - Represents the font used when formatting text in various portions of a view.