Share via


_CardView.ShowEmptyFields Property

Returns or sets a Boolean (bool in C#) value that determines if empty fields are displayed for cards in the CardView object. Read/write.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Property ShowEmptyFields As Boolean
    Get
    Set
'Usage
Dim instance As _CardView
Dim value As Boolean

value = instance.ShowEmptyFields

instance.ShowEmptyFields = value
[DispIdAttribute()]
bool ShowEmptyFields { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

_CardView Interface

_CardView Members

Microsoft.Office.Interop.Outlook Namespace