Class BusinessCardView (Outlook VBA)

The class BusinessCardView represents a view that displays data as a series of Electronic Business Card (EBC) images.

Methods

Apply - Applies the BusinessCardView object to the current view.

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

CardSize returns or sets a Long value that represents the size, as a percentage, of an Electronic Business Card (EBC) in the view.

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 headings for each Electronic Business Card (EBC) in the view.

Language returns or sets a String value that represents the language setting for the object that defines the language used in the menu.

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 collection object that represents all the fields by which the view is sorted.

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

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

XML returns or sets a String value that specifies the XML definition of the current 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.