FormRegion.InternalName property (Outlook)

Returns a String that represents the internal programmatic name of the form region as defined in the manifest for the form region. Read-only.

Syntax

expression. InternalName

expression A variable that represents a FormRegion object.

Remarks

The internal name is required for a form region. The <name> tag in the corresponding form region manifest XML file maps to the value of the InternalName property.

For more information about the XML schema for form regions, download the Microsoft Outlook 2010 XML Schema Reference.

The value of the InternalName property is used by the add-in or Microsoft Outlook to refer to the form region, for example, to determine which form region is being loaded or to load strings from the localized string resources. The InternalName property supports only ASCII characters. The string is case-insensitive, and its maximum length is 256 characters.

See also

FormRegion Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.