ViewField 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 field, used to display information in a view.
public interface class ViewField : Microsoft::Office::Interop::Outlook::_ViewField
[System.Runtime.InteropServices.Guid("000630A0-0000-0000-C000-000000000046")]
public interface ViewField : Microsoft.Office.Interop.Outlook._ViewField
Public Interface ViewField
Implements _ViewField
- 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 _ViewField.
Use the Add(String) method of the ViewFields collection to add an Outlook item property to the following objects derived from the View object:
Use the ColumnFormat property to access the ColumnFormat object representing the display properties associated with the view field. Use the ViewXMLSchemaName property to obtain the name of the view field as referenced in the XML definition of the view.
Properties
Application |
Returns an Application object that represents the parent Outlook application for the object. Read-only. (Inherited from _ViewField) |
Class |
Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _ViewField) |
ColumnFormat |
Returns a ColumnFormat object that represents the formatting information for the ViewField object. Read-only. (Inherited from _ViewField) |
Parent |
Returns the parent Object of the specified object. Read-only. (Inherited from _ViewField) |
Session |
Returns the NameSpace object for the current session. Read-only. (Inherited from _ViewField) |
ViewXMLSchemaName |
Returns a String (string in C#) value that represents the XML schema name for the property referenced by the ViewField object. Read-only. (Inherited from _ViewField) |