FormRegionManifestIcons Interface
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.
Represents a collection of icons that appear for separate, replace, and replace-all form regions.
public interface class FormRegionManifestIcons
[System.Runtime.InteropServices.Guid("41827daa-9694-407d-bb60-e47a08ae6a14")]
public interface FormRegionManifestIcons
[<System.Runtime.InteropServices.Guid("41827daa-9694-407d-bb60-e47a08ae6a14")>]
type FormRegionManifestIcons = interface
Public Interface FormRegionManifestIcons
- Attributes
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 or later. 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: http://go.microsoft.com/fwlink/?LinkId=160658.
Properties
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 |
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. |
Methods
GetIcon(OlFormRegionIcon) |
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. |