_TableView.ViewFields Property
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.
Returns a ViewFields object that represents the set of fields with which Outlook items are displayed in the TableView object. Read-only.
public:
property Microsoft::Office::Interop::Outlook::ViewFields ^ ViewFields { Microsoft::Office::Interop::Outlook::ViewFields ^ get(); };
public Microsoft.Office.Interop.Outlook.ViewFields ViewFields { get; }
Public ReadOnly Property ViewFields As ViewFields