FormRegionManifestIcons Class (2007 System)
Represents a collection of icons that appear for separate, replace, and replace-all form regions.
Namespace: Microsoft.Office.Tools.Outlook
Assembly: Microsoft.Office.Tools.Outlook.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)
Syntax
'Declaration
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Class FormRegionManifestIcons
'Usage
Dim instance As FormRegionManifestIcons
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class FormRegionManifestIcons
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public ref class FormRegionManifestIcons
public class FormRegionManifestIcons
Remarks
Use the properties in this class to provide an icon that you want to appear for each state of an Outlook item. For example, set the Forwarded property to an Icon that you want to appear when Outlook displays a forwarded item.
The Page icon is the only icon that appears for a separate form region. All other icons appear for replacement and replace-all form regions.
For information about how to achieve the best visual quality for form region icons, see Guidelines for Creating Outlook Form Regions
Inheritance Hierarchy
System.Object
Microsoft.Office.Tools.Outlook.FormRegionManifestIcons
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.