OlFormRegionMode Enumeration

Identifies the mode that the form region is being loaded into, which corresponds with the container displaying the form region.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Public Enumeration OlFormRegionMode
'Usage
Dim instance As OlFormRegionMode
public enum OlFormRegionMode

Members

Member name Description
olFormRegionRead The form region is in the read page of a received message or a post note.
olFormRegionCompose The form region is in a compose page of a message or any unsendable item such as a contact item.
olFormRegionPreview The form region is in the Reading Pane.

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace