Class CardView (Outlook VBA)

The class CardView represents a view that displays Outlook items as a series of index cards.

Methods

Apply - Applies the CardView object to the current view.

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

AllowInCellEditing returns or sets a Boolean value that determines whether in-cell editing is allowed in the CardView object.

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

BodyFont returns a ViewFont object that represents the font used to display the body of each card in the CardView 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.

HeadingsFont returns a ViewFont object that represents the font used to display the heading of each card in the CardView 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.

MultiLineFieldHeight returns or sets a Long value that determines the minimum number of lines for multiline fields displayed in the CardView 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.

ShowEmptyFields returns or sets a Boolean value that determines if empty fields are displayed for cards in the CardView object.

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

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

ViewFields returns a ViewFields object that represents the set of fields with which Outlook items are displayed in the CardView object.

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

Width returns or sets a Long value indicating the width (in characters) of cards in the CardView object.

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.

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

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

ViewFields - Represents the collection of ViewField objects in a view.

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