ViewField.ViewXMLSchemaName Property
Outlook Developer Reference |
Returns a String value that represents the XML schema name for the property referenced by the ViewField object. Read-only.
Version Information
Version Added: Outlook 2007
Syntax
expression.ViewXMLSchemaName
expression A variable that represents a ViewField object.
Remarks
The value of this property contains the name of the property as it is included within the XML definition of the view containing the ViewField object. This value may not match the name used to refer to the property when the ViewField object was defined.
Example
The following Visual Basic for Applications (VBA) example iterates through the ViewFields collection of the current TableView object, displaying the label and XML schema names of each ViewField object in the collection.
Visual Basic for Applications |
---|
|
See Also