_IconView.IconViewType 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 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.