Share via


FormRegionManifest.LoadLegacyForm Property

Definition

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

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.

Applies to