OlFormRegionIcon Enum
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.
Types of icons that Outlook can display for an item that uses a specified replacement form region.
public enum class OlFormRegionIcon
public enum OlFormRegionIcon
Public Enum OlFormRegionIcon
- Inheritance
-
OlFormRegionIcon
Fields
Name | Value | Description |
---|---|---|
olFormRegionIconDefault | 1 | The default icon for an item. |
olFormRegionIconUnread | 2 | The icon to display when an item has not been read. |
olFormRegionIconRead | 3 | The icon to display when an item has been read. |
olFormRegionIconReplied | 4 | The icon to display when an item has been replied to. |
olFormRegionIconForwarded | 5 | The icon to display when an item has been forwarded. |
olFormRegionIconUnsent | 6 | The icon to display when an item has not been sent. |
olFormRegionIconSubmitted | 7 | The icon to display when an item has been sent. |
olFormRegionIconSigned | 8 | The icon to display when an item has been signed with a digital signature. |
olFormRegionIconEncrypted | 9 | The icon to display when an item has been encrypted. |
olFormRegionIconWindow | 10 | The icon to display on the Inspector when an item has been opened. |
olFormRegionIconPage | 11 | The icon to display in the Microsoft Office Fluent ribbon for the replacement form region. |
olFormRegionIconRecurring | 12 | The icon to display when an item is a recurring appointment, meeting, or task. |