Create Localized Versions of Message Classifications
Applies to: Exchange Server 2010
You can use the Shell to create localized versions of message classifications in Microsoft Exchange Server 2010.
Use the Shell to create localized versions of message classifications
You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Message classifications" entry in the Transport Permissions topic.
Note
You can't use the EMC to create localized versions of message classifications.
This example creates a Spanish - Spain ("es-ES") version of an existing message classification.
New-MessageClassification Example -Locale es-ES -DisplayName "EspaƱa Example" -SenderDescription "Este es el texto de la descripciĆ³n"
For detailed syntax and parameter information, see New-MessageClassification.