Share via


FormRegion.InternalName Property

Outlook Developer Reference

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

Version Information
 Version Added:  Outlook 2007

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 on the XML schema for form regions, see the 2007 Microsoft Office System XML Schema Reference.

The value of the InternalName property is used by the add-in or 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 maximum length of the content is 256 characters.

See Also