Applies to: Exchange Server 2010 SP3, Exchange Server 2010 SP2

Topic Last Modified: 2011-03-19

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.

Copy Code
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.