OlFormRegionMode 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.
Identifies the mode that the form region is being loaded into, which corresponds with the container displaying the form region.
public enum class OlFormRegionMode
public enum OlFormRegionMode
Public Enum OlFormRegionMode
- Inheritance
-
OlFormRegionMode
Fields
Name | Value | Description |
---|---|---|
olFormRegionRead | 0 | The form region is in the read page of a received message or a post note. |
olFormRegionCompose | 1 | The form region is in a compose page of a message or any unsendable item such as a contact item. |
olFormRegionPreview | 2 | The form region is in the Reading Pane. |