FormRegionManifestIcons Interface
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 (in Microsoft.Office.Tools.Outlook.dll)
Syntax
'Declaration
<GuidAttribute("41827daa-9694-407d-bb60-e47a08ae6a14")> _
Public Interface FormRegionManifestIcons
[GuidAttribute("41827daa-9694-407d-bb60-e47a08ae6a14")]
public interface FormRegionManifestIcons
The FormRegionManifestIcons type exposes the following members.
Properties
Name | Description | |
---|---|---|
Default | Gets or sets the default icon that appears for replacement and replace-all form regions. | |
Encrypted | Gets or sets the icon that appears for encrypted items that have replacement or replace-all form regions. | |
Forwarded | Gets or sets the icon that appears for forwarded items that have replacement or replace-all form regions. | |
Manifest | Infrastructure. The FormRegionManifest instance that is associated with this FormRegionManifestIcons. | |
Page | Gets or sets the icon that appears on the Ribbon of an Inspector for items that have separate, replacement, or replace-all form regions. | |
Read | Gets or sets the icon that appears for items marked as read that have replacement or replace-all form regions. | |
Recurring | Gets or sets the icon that appears for recurring items that have replacement or replace-all form regions. | |
Replied | Gets or sets the icon that appears for replied-to items that have replacement or replace-all form regions. | |
Signed | Gets or sets the icon that appears for digitally signed items that have replacement or replace-all form regions. | |
Submitted | Gets or sets the icon that appears for submitted items that have replacement or replace-all form regions. | |
Unread | Gets or sets the icon that appears for items marked as unread that have replacement or replace-all form regions. | |
Unsent | Gets or sets the icon that appears for unsent items that have replacement or replace-all form regions. | |
Window | Gets or sets the icon that appears in the notification area and in the ALT+TAB dialog box for open items that display replacement and replace-all form regions. |
Top
Methods
Name | Description | |
---|---|---|
GetIcon | Infrastructure. Returns an image that will be displayed for a particular type of icon for the form region. | |
ToXml() | Creates a string that represents the FormRegionManifestIcons as XML. | |
ToXml(XmlWriter) | Creates an XML representation of FormRegionManifestIcons as a string and saves it to an XmlTextWriter instance. |
Top
Remarks
Use the properties in this interface 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
Note
This interface is implemented by the Visual Studio Tools for Office runtime. It is not intended to be implemented in your code. For more information, see Visual Studio Tools for Office Runtime Overview.
Usage
This documentation describes the version of this type that is used in Office projects that target the .NET Framework 4 and the .NET Framework 4.5. In projects that target the .NET Framework 3.5, this type might have different members and the code examples provided for this type might not work. For documentation about this type in projects that target the .NET Framework 3.5, see the following reference section in the Visual Studio 2008 documentation: https://go.microsoft.com/fwlink/?LinkId=160658.