BusinessCardView Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a view that displays data as a series of Electronic Business Card (EBC) images.
public interface class BusinessCardView : Microsoft::Office::Interop::Outlook::_BusinessCardView
[System.Runtime.InteropServices.Guid("000630A2-0000-0000-C000-000000000046")]
public interface BusinessCardView : Microsoft.Office.Interop.Outlook._BusinessCardView
Public Interface BusinessCardView
Implements _BusinessCardView
- Derived
- Attributes
- Implements
Remarks
This is a .NET interface derived from a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this derived interface to access all method, property, and event members of the COM object. However, if a method or event you want to use shares the same name under the same COM object, cast to the corresponding primary interface to call the method, and cast to the latest events interface to connect to the event. Refer to this topic for information about the COM object. For information about the method and property members of the COM object, see _BusinessCardView.
The BusinessCardView object, derived from the View object, allows you to create customizable views that allow you to better sort, group and ultimately view contact items in Outlook as a series of Electronic Business Cards, each of which displays the contact information for an Outlook contact item based on the EBC design associated with the contact item.
Use the Add(String, OlViewType, OlViewSaveOption) method of the Views collection to add a new BusinessCardView to a Folder object.
Use the Filter property to determine which Outlook contact items to display in the view, the CardSize property to specify the size of each Electronic Business Card in the view, and the HeadingsFont to retrieve the ViewFont object for the view. Use the LockUserChanges property to allow or prevent changes to the user interface for the view.
Properties
Application |
Returns an Application object that represents the parent Outlook application for the object. Read-only. (Inherited from _BusinessCardView) |
CardSize |
Returns or sets an Integer (int in C#) value that represents the size, as a percentage, of an Electronic Business Card (EBC) in the view. Read/write. (Inherited from _BusinessCardView) |
Class |
Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _BusinessCardView) |
Filter |
Returns or sets a String (string in C#) value that represents the filter for a view. Read/write. (Inherited from _BusinessCardView) |
HeadingsFont |
Returns a ViewFont object that represents the font used to display headings for each Electronic Business Card (EBC) in the view. Read-only. (Inherited from _BusinessCardView) |
Language |
Returns or sets a String (string in C#) value that represents the language setting for the object that defines the language used in the menu. Read/write. (Inherited from _BusinessCardView) |
LockUserChanges |
Returns or sets a Boolean (bool in C#) value that indicates whether a user can modify the settings of the current view. Read/write. (Inherited from _BusinessCardView) |
Name |
Returns or sets a String (string in C#) value that represents the display name for the object. Read/write. (Inherited from _BusinessCardView) |
Parent |
Returns the parent Object of the specified object. Read-only. (Inherited from _BusinessCardView) |
SaveOption |
Returns an OlViewSaveOption constant that specifies the folders in which the specified view is available and the read permissions attached to the view. Read-only. (Inherited from _BusinessCardView) |
Session |
Returns the NameSpace object for the current session. Read-only. (Inherited from _BusinessCardView) |
SortFields |
Returns an OrderFields collection object that represents all the fields by which the view is sorted. Read-only. (Inherited from _BusinessCardView) |
Standard |
Returns a Boolean (bool in C#) value that indicates whether the BusinessCardView object is a built-in Outlook view. Read-only. (Inherited from _BusinessCardView) |
ViewType |
Returns an OlViewType constant that represents the view type of the view. Read-only. (Inherited from _BusinessCardView) |
XML |
Returns or sets a String (string in C#) value that specifies the XML definition of the current view. Read/write. (Inherited from _BusinessCardView) |
Methods
Apply() |
Applies the BusinessCardView object to the current view. (Inherited from _BusinessCardView) |
Copy(String, OlViewSaveOption) |
Creates a new View object based on the existing BusinessCardView object. (Inherited from _BusinessCardView) |
Delete() |
Deletes an object from a collection. (Inherited from _BusinessCardView) |
GoToDate(DateTime) |
Changes the date used by the current view to display information. (Inherited from _BusinessCardView) |
Reset() |
Resets a built-in Microsoft Outlook view to its original settings. (Inherited from _BusinessCardView) |
Save() |
Saves the view, or saves the changes to a view. (Inherited from _BusinessCardView) |