ViewField Members
Include Protected Members
Include Inherited Members
Represents a view field, used to display information in a view.
The ViewField type exposes the following members.
Properties
Name | Description | |
---|---|---|
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.) |
Top