FormRegionManifest.LoadLegacyForm 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 or sets a value that indicates whether Outlook loads legacy forms before loading this form region.
public:
property bool LoadLegacyForm { bool get(); void set(bool value); };
public bool LoadLegacyForm { get; set; }
member this.LoadLegacyForm : bool with get, set
Public Property LoadLegacyForm As Boolean
Property Value
true
if Outlook loads legacy forms before loading this form region; otherwise, false
. The default is false
.
Exceptions
Locked is true
.
Remarks
If you associate a form region with a custom message class and enable this property, any forms that are designed in Outlook and are associated with the same message class will also load.
This property only affects replacement and replace-all form regions. Enabling this property can cause a slight loss in performance.