Registry
The Registry element is the root element of the registry.xml files that are used by the custom forms registry in Outlook Web App for Microsoft Exchange Server 2010.
<Registry Name="" InheritsFrom="" IsRichClient="">
<Experience/>
</Registry>
Attributes and Elements
The following sections describe attributes and child elements.
Attributes
Attribute |
Description |
---|---|
Name |
A name for the group of custom forms that is registered in the file. |
InheritsFrom |
Defines the user experience level that the extensions apply to. The schema supports the following values for this attribute:
The Basic user experience level does not support custom forms. Therefore, the value for this attribute must be Premium. |
IsRichClient |
Instructs Outlook Web App to assume that the client supports Rich scripting for the user experience level. The schema supports the following values for this attribute:
The value for this attribute must be True for the forms to register correctly. |
Child Elements
Element |
Description |
---|---|
Specifies the user interface level that the custom form mappings apply to. |
Parent Elements
This element is the document root element.
Remarks
This is the root node of the registry.xml forms registry file. This node in the template file that is located in the ClientAccess\Owa\forms\Customization folder includes the following xmlns (namespace) declaration: https://schemas.microsoft.com/exchange/2004/02/formregistry.xsd.