Applies to: Exchange Server 2010 SP3, Exchange Server 2010 SP2
Topic Last Modified: 2012-07-23
An organizational forms library is a repository for forms generally accessed by all users in a company. Forms are templates that help users to enter and view information. For example, a standard supply request form can be stored in an organizational forms library. Provided that you granted all users permissions to the library, all users in your organization can access the forms within the library.
An organizational forms library is a special type of public folder listed only under the NON_IPM_SUBTREE systems folder. You can have only one organizational forms library for each language in your organization.
You can add a form to the organizational forms library when you want to use the same custom form in more than one public folder. This library is frequently used for e-mail message forms because they typically aren't based on a specific public folder. When you publish a form, you can maintain only a single published form.
Important: |
---|
By default, the organizational forms library isn't required for Microsoft Exchange Server 2010 to operate correctly. Create the organizational forms library only if you must support custom forms already developed or if a third-party application requires the library. |
Looking for other management tasks related to managing public folders? Check out Managing Public Folders.
Step 1: Create a public folder for the organizational forms library Public Folder
You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Public folders" entry in the Mailbox Permissions topic.
Use the Shell to create the public folder for the organization forms library
This example creates the public folder for the organizational forms library in the EFORMS REGISTRY branch of your public folder hierarchy.
Copy Code | |
---|---|
New-PublicFolder -Path "\NON_IPM_SUBTREE\EFORMS REGISTRY" -Name "Organizational Forms Library" |
For detailed syntax and parameter information, see New-PublicFolder.
Use the Public Folder Management Console to create the public folder for the organizational forms library
- In the console tree of the EMC, click Toolbox.
- In the result pane, click Public Folder Management
Console.
- In the action pane, click Open Tool.
- In the public folder tree of the Public Folder Management
Console, expand System Public Folders, and then click
EFORMS REGISTRY.
- In the action pane, click New Public Folder.
- On the Introduction page, complete the following
fields:
- Name Use this box to type the name of
the new public folder, for example, Organizational Forms
Library.
- Path Use this read-only box to verify
the path to the public folder. The path should read:
\Non_IPM_SUBTREE\EFORMS REGISTRY.
- Name Use this box to type the name of
the new public folder, for example, Organizational Forms
Library.
- On the Completion page, review the following, and then
click Finish to close the wizard:
- A status of Completed indicates that the wizard
completed the task successfully.
- A status of Failed indicates that the task wasn't
completed. If the task fails, review the summary for an
explanation, and then click Back to make any configuration
changes.
- A status of Completed indicates that the wizard
completed the task successfully.
Step 2: Use the ExFolders tool to add the PR_URL_NAME property to the organizational forms library
To perform this procedure, the ExFolders tool (ExFolders.exe) must exist in the <Exchange Installation Path>\V14\Bin directory. You can download the tool from one of the following locations:
- If you're running Exchange 2010 Service Pack 1 (SP1), see
ExFolders tool (Compatible with Exchange 2010 SP1
version).
- If you're running the release to manufacturing (RTM) version of
Exchange 2010, see ExFolders tool (Compatible with Exchange 2010 RTM
version).
After the download, be sure to copy the ExFolders.exe file to the <Exchange Installation Path>\V14\Bin directory.
To perform this procedure, you must have administrative permissions to the public folders you're modifying. For more information, see Understanding Public Folder Permissions.
- Navigate to the <Exchange Installation
Path>\V14\Bin directory, and then double-click
ExFolders.exe.
Note: You must run the ExFolders tool from an Exchange 2010 server. You can't run it from a workstation as you could with the PFDAVAdmin tool. To learn more about the ExFolders tool, see the Exchange Server Team Blog article Exchange, Meet ExFolders. - In the ExFolders management console, navigate to File
> Connect.
- In Connect, click Public Folders.
- Next to the Global Catalog box, click Select, and
then select a global catalog server you want to use.
- Next to the Database(s) box, click Select, select
the public folder database you want to use, and then click
OK. A public folder hierarchy will appear in the ExFolders
console tree.
- Expand System Folders, expand EFORMS REGISTRY,
right-click the public folder you created for the organizational
forms library, and then click Property Editor.
- On the Property menu, click Add Property To
View.
- In Add Property To View, type 0x6707001E, and
then click OK.
- Sort the Name column to find the PR_URL_NAME
property you just added.
- Right-click PR_URL_NAME, and then click Edit
Value.
- In the Value box, type /NON_IPM_SUBTREE/EFORMS
REGISTRY, and then click OK.
- Close the ExFolders tool.
Step 3: Use MAPI Editor (Mfcmapi.exe) to add the PR_EFORMS_LOCALE_ID property to the organizational forms library
To perform this procedure, you must use the Microsoft Exchange Server MAPI Editor (MFCMAPI) tool on a computer that's running the 64-bit version of Microsoft Outlook 2010. To download MFCMAPI, see Microsoft Exchange Server MAPI Editor.
- In MFCMAPI, on the Session menu, click Logon and
Display Store Table.
Note: If this is your first time using MAPI Editor, you're prompted to create a profile. - On the MDB menu, click Open Public Folder Store,
and then click OK. The Public Folder Management Console
appears.
- In the console tree, expand Public Root, expand
NON_IPM_SUBTREE, expand EFORMS REGISTRY, and then
click the public folder that you created for the organizational
forms library.
- In the result pane, in the Property Name(s) column,
click the PR_URL_NAME property.
- On the Property Pane menu, click Modify 'Extra'
Properties.
- In Extra Properties, click Add.
- In Property Tag Editor, click Select Property
Tag.
- In Property Selector, click PR_EFORMS_LOCALE_ID,
and then click OK.
- Click OK to close Property Tag Editor, and then
click OK to close Extra Properties.
- To verify that the property was added, in the Public Folder
Management Console, locate the newly created
PR_EFORMS_LOCALE_ID property in the Property Name(s)
column. A red exclamation point (!) is displayed as its icon.
- Double-click PR_EFORMS_LOCALE_ID to open Property
Editor.
- In the Unsigned Decimal box, type the desired locale ID,
and then click OK. For example, type 1033 for
English, 1040 for Italian, and so on.
Note: For more information about determining the locale ID, see languagecode Field. - Close MFCMAPI.
Other Tasks
After you create the organizational forms library, you may also want to:
- Use the Set-PublicFolder
cmdlet to set storage limits.
- Use the following cmdlets to set permissions for each user: