Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.4 KB

Outlook.FormRegion.DisplayName.md

File metadata and controls

38 lines (22 loc) · 1.4 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
FormRegion.DisplayName property (Outlook)
vbaol11.chm2399
vbaol11.chm2399
Outlook.FormRegion.DisplayName
fcdc938b-9845-bf6f-f0db-cd6dd100d9de
06/08/2017
medium

FormRegion.DisplayName property (Outlook)

Returns a String representing the display name of the form region. Read-only.

Syntax

expression.DisplayName

expression A variable that represents a FormRegion object.

Remarks

The display name is optional for a form region. If you have defined a value for the <formRegionName> tag in the corresponding form region manifest XML file, this value will map to the value of the DisplayName property. For more information on the XML schema for form regions, see the Microsoft Outlook 2010 XML Schema Reference in the MSDN Library.

The value of the DisplayName property is displayed at runtime in the Show tab of the ribbon for a separate form region, or in the header of an adjoining form region. It's used for the default locale, and can be overridden by the <stringOverride> tag in the corresponding form region manifest XML file. The string is case-insensitive, and its maximum length is 256 characters.

See also

FormRegion Object

[!includeSupport and feedback]