Share via


ViewFields Members

Include Protected Members
Include Inherited Members

Represents the collection of ViewField objects in a view.

The ViewFields type exposes the following members.

Properties

 

Name

Description

Public property

Application

Returns an Application object that represents the parent Outlook application for the object. Read-only. (Inherited from _ViewFields.)

Public property

Class

Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _ViewFields.)

Public property

Count

Returns an Integer (int in C#) value indicating the count of ViewField objects in the specified collection. Read-only. (Inherited from _ViewFields.)

Public property

Item

Returns a ViewField object from the collection. (Inherited from _ViewFields.)

Public property

Parent

Returns the parent Object of the specified object. Read-only. (Inherited from _ViewFields.)

Public property

Session

Returns the NameSpace object for the current session. Read-only. (Inherited from _ViewFields.)

Top

Methods

 

Name

Description

Public method

Add

Adds the specified field to the end of the ViewFields collection for the view. (Inherited from _ViewFields.)

Public method

Insert

Creates a new ViewField object and inserts it at the specified index within the ViewFields collection. (Inherited from _ViewFields.)

Public method

Remove

Removes an object from the collection. (Inherited from _ViewFields.)

Top

See Also

Reference

ViewFields Interface

Microsoft.Office.Interop.Outlook Namespace