
Feature Segmentation in Outlook Web Access
Outlook Web Access lets you enable and disable individual features, and is also known as "segmentation". Features can be disabled on a per-server basis and on a per-user basis.
If a feature is disabled at the per-server level, that setting takes precedence over the value that is stored in the per-user settings. If a feature is enabled at the per-server level, the per-user settings, if they exist, control whether the user has access to the feature. The default per-user setting is to enable all features.
For complete instructions about how to configure Outlook Web Access segmentation, see the Microsoft Knowledge Base article 833340, "How to modify the appearance and the functionality of Outlook Web Access by using the segmentation feature in Exchange 2003."
Per-Server Segmentation
Per-server segmentation is controlled by using a Windows registry entry stored in the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeWeb\OWA
The DWORD value DefaultMailboxFolderSet controls which features are available.
Caution: |
|---|
|
Incorrectly editing the registry can cause serious problems that may require you to reinstall your operating system. Problems resulting from editing the registry incorrectly may not be able to be resolved. Before editing the registry, back up any valuable data.
|
Remember that the settings in the CurrentControlSet key are not made permanent until they are saved into a ControlSet000X key. This occurs when the system is shut down or restarted. You must be at least a local administrator to modify the registry on the Exchange server.
If the Exchange Server topology uses separate front-end and back-end servers, make the registry entry change on all the back-end servers.
Per-User Segmentation
Per-user segmentation is controlled by the msExchMailboxFolderSet Active Directory property on user objects in the organization. Use the ADSI Edit tool to modify the values. ADSI Edit can be found in the Support\Tools folder on the Microsoft Windows 2000 installation media. A more effective means might be to write a script that uses ADSI to set the attribute for multiple users.
Segmentation Bitmask Values
The values that are used by both the registry entry and the Active Directory attribute represent a bit-mask. When the bit position is set to "1", the feature is enabled. When the bit position is set to "0", the feature is disabled. The following table lists the decimal and hexadecimal values for each feature. For more information about how to use these values and for examples, see Microsoft Knowledge Base article 833340, "How to modify the appearance and the functionality of Outlook Web Access by using the segmentation feature in Exchange 2003."
|
Outlook Web Access feature
|
Decimal value
|
Hexadecimal value
|
| Messaging (e-mail) | 1 | 0x0000 0001 |
| Calendar | 2 | 0x0000 0002 |
| Contacts | 4 | 0x0000 0004 |
| Tasks | 8 | 0x0000 0008 |
| Journal | 16 | 0x0000 0010 |
| Sticky notes | 32 | 0x0000 0020 |
| Public folders | 64 | 0x0000 0040 |
| Reminders | 128 | 0x0000 0080 |
| New mail notification | 256 | 0x0000 0100 |
| Rich client | 512 | 0x0000 0200 |
| Spelling checker | 1024 | 0x0000 0400 |
| S/MIME | 2048 | 0x0000 0800 |
| Search folders | 4096 | 0x0000 1000 |
| Signature | 8192 | 0x0000 2000 |
| Rules | 16384 | 0x0000 4000 |
| Themes | 32768 | 0x0000 8000 |
| Junk e-mail | 65536 | 0x0001 0000 |
| All features | 4294967295 | 0xFFFF FFFF |