_IconView.IconViewType Property

Returns or sets an OlIconViewType constant that determines how Outlook items are displayed in the IconView object. Read/write.

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

Syntax

'Declaration
<DispIdAttribute()> _
Property IconViewType As OlIconViewType
    Get
    Set
'Usage
Dim instance As _IconView
Dim value As OlIconViewType

value = instance.IconViewType

instance.IconViewType = value
[DispIdAttribute()]
OlIconViewType IconViewType { get; set; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlIconViewType

Remarks

If the value of this property is set to olIconSortAndAutoArrange, the value of the IconPlacement property is automatically set to olIconSortAndAutoArrange.

See Also

Reference

_IconView Interface

_IconView Members

Microsoft.Office.Interop.Outlook Namespace