
Providing Read Access to Message Classifications
The following list provides a brief description of the three properties that you can set on a message classification object for the benefit of the Microsoft Office Outlook 2007 or Microsoft Office Outlook Web Access user:
-
Display name This property specifies the display name for the message classification instance. The display name appears in the Permission menu in Outlook 2007 and Office Outlook Web Access and is used by Outlook and Outlook Web Access users to select the appropriate message classification before they send a message. The display name is also displayed in the recipient description that appears in the InfoBar in an Outlook 2007 message. The parameter name is DisplayName.
-
Sender description This property explains to the sender what the message classification is intended to achieve. The text that the Exchange administrator enters for this field is used by Outlook and Outlook Web Access users to select the appropriate message classification before they send a message. The parameter name is SenderDescription.
-
Recipient description This property explains to the recipient what the message classification was intended to achieve. The text that the Exchange administrator enters for this field is viewed by Outlook and Outlook Web Access users when they receive a message that has this message classification. The parameter name is RecipientDescription.
When you create a new message classification and enable the computer on which Outlook 2007 runs, the new message classification will be present in the Permission menu of Outlook 2007 and Office Outlook Web Access.
You can control Read access for the message classifications that are presented in the Permission menu of Outlook 2007 if you configure the actual message classifications that you export into the Classifications.xml file. For more information about how to create and use the Classifications.xml file, see How to Deploy Message Classification for Outlook 2007.
You can control Read access for the message classifications that are presented in the Permission menu of Outlook Web Access if you configure the Read permissions on the message classification object. By default, all message classifications are created with Read permissions for any authenticated user when you grant Read permissions to authenticated users on the message classification object in the Active Directory directory service.
You can remove Read permissions on a given message classification if you run the following command in the Exchange Management Shell. To perform this procedure, the account you use must be delegated the following:
-
Exchange Organization Administrator role
For more information about permissions, delegating roles, and the rights that are required to administer Exchange Server 2007, see Permission Considerations.
Get-MessageClassification ExAttachmentRemoved -IncludeLocales | Remove-AdPermission -User AU -AccessRights GenericRead -InheritanceType None
where ExAttachmentRemoved is the Name value of the message classification object that you are modifying and AU is the Authenticated Users group.
To add Read permissions, run the following command in the Exchange Management Shell:
Get-MessageClassification ExAttachmentRemoved -IncludeLocales | Add-AdPermission -User "DomainName\Group" -AccessRights GenericRead -InheritanceType None
where "DomainName\Group" is the domain group that you want to give Read permissions to.
Important: |
|---|
|
Do not add a "Deny" permission to the message classification because that action will make the message classification object unreadable by Exchange.
|
It's very important to understand that Read permissions that are set on the message classification object do not control whether the sender can use the message classification. Read permissions on the message classification only control whether the message classification is displayed in the Permission menu in Outlook Web Access. Outlook 2007 users can send message classifications even if the user does not have Read access to the message classification. Advanced users can still send classified messages by editing the Classifications.xml file that is installed on their computer to enable message classifications in Outlook 2007.