Class IconView (Outlook VBA)

The class IconView represents a view that displays Outlook items as a series of labeled icons.

Methods

Apply - Applies the IconView object to the current view.

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

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

IconPlacement returns or sets an OlIconViewPlacement value that determines how icons are placed within the IconView object.

IconViewType returns or sets an OlIconViewType constant that determines how Outlook items are displayed in the IconView 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 current view.

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.

SortFields returns an OrderFields object that represents the set of fields by which the items displayed in the IconView object are ordered.

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

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.