_FormRegion.InternalName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a String (string in C#) that represents the internal programmatic name of the form region as defined in the manifest for the form region. Read-only.
public:
property System::String ^ InternalName { System::String ^ get(); };
public string InternalName { get; }
Public ReadOnly Property InternalName As String
Property Value
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 Microsoft Outlook 2010 XML Schema Reference in the MSDN Library
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.