FormRegionManifest.FormRegionName Property

Definition

Gets or sets the text that appears on the Ribbon of an Outlook item or in the header text of an adjoining form region.

public:
 property System::String ^ FormRegionName { System::String ^ get(); void set(System::String ^ value); };
public string FormRegionName { get; set; }
member this.FormRegionName : string with get, set
Public Property FormRegionName As String

Property Value

A string that contains the text that appears on the Ribbon of an Outlook item or in the header text of an adjoining form region.

Exceptions

The value is greater than 256 characters in length.

Remarks

For separate form regions, this text appears in the Show group of the Message tab on the Ribbon of the Outlook item.

For adjoining form regions, this text appears in the header text of the form region.

For replacement and replace-all form regions, this text appears in the Choose Form dialog box and the Actions menu in Outlook.

Applies to