Registry

Topic Last Modified: 2007-11-11

The Registry element is the root element of the registry.xml files that are used by the custom forms registry in Microsoft Office Outlook Web Access for Microsoft Exchange Server 2007 Service Pack 1 (SP1).

Schema Hierarchy

Registry

Syntax

<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:

  • Premium
  • Basic

The Basic user experience level does not support custom forms. Therefore, the value for this attribute must be Premium.

IsRichClient

Instructs Outlook Web Access to assume that the client supports Rich scripting for the user experience level. The schema supports the following values for this attribute:

  • True
  • False

The value for this attribute must be True for the forms to register correctly.

Child Elements

Element Description

Experience

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.