_CardView.ViewFields Property
Returns a ViewFields object that represents the set of fields with which Outlook items are displayed in the CardView object. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property ViewFields As ViewFields
Get
'Usage
Dim instance As _CardView
Dim value As ViewFields
value = instance.ViewFields
[DispIdAttribute()]
ViewFields ViewFields { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.ViewFields