FAQs / Exchange 2003 / OWA Segmentation
01
Exchange 2000 SP2 introduced the concept of OWA segmentation. This is where you can selectively enable/disable certain features in the web client.
Exchange 2003 extends the segmentation options found in Exchange 2000. You can either set global (per server) segmentation via a registry parameter, or set the msExchMailboxFolderSet attribute on user objects. A bit mask determines the functionality available to the user:
Feature
Hex BitMask Value
tierMessaging 0x00000001 tierCalendar 0x00000002 tierContacts 0x00000004 tierTasks 0x00000008 tierJournal 0x00000010 tierStickyNotes 0x00000020 tierPublicFolders 0x00000040 tierReminders 0x00000080 tierNewMail 0x00000100 tierRichClient 0x00000200 tierSpellCheck 0x00000400 tierSMime 0x00000800 tierSearchFolders 0x00001000 tierSignature 0x00002000 tierRules 0x00004000 tierThemes 0x00008000 tierJunkEmail 0x00010000 tierAll 0xFFFFFFFF For additional information, see the MS document: Outlook Web Access Segmentation
Last Updated by Simpler-Webb on 3/26/2004 1:34:16 AM (QID #1134)
Categories: Exchange 2003/OWA Segmentation |