FormRegionBase.Manifest Property
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.
Gets the FormRegionManifest that describes how the form region appears in Outlook.
public:
property Microsoft::Office::Tools::Outlook::FormRegionManifest ^ Manifest { Microsoft::Office::Tools::Outlook::FormRegionManifest ^ get(); };
public Microsoft.Office.Tools.Outlook.FormRegionManifest Manifest { get; }
member this.Manifest : Microsoft.Office.Tools.Outlook.FormRegionManifest
Public ReadOnly Property Manifest As FormRegionManifest
Property Value
The FormRegionManifest that describes how the form region appears in Outlook.
Remarks
This property returns a read-only FormRegionManifest object.