_IconView.IconViewType Property

Definition

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

public:
 property Microsoft::Office::Interop::Outlook::OlIconViewType IconViewType { Microsoft::Office::Interop::Outlook::OlIconViewType get(); void set(Microsoft::Office::Interop::Outlook::OlIconViewType value); };
public Microsoft.Office.Interop.Outlook.OlIconViewType IconViewType { get; set; }
Public Property IconViewType As OlIconViewType

Property Value

Remarks

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

Applies to