创建邮件分类

 

适用于: Exchange Server 2010 SP2, Exchange Server 2010 SP3

上一次修改主题: 2011-03-19

本主题提供有关如何创建新的邮件分类的信息。有关邮件分类的详细信息,请参阅了解邮件分类

要查找与邮件分类相关的其他管理任务吗?请查看管理邮件分类

小心警告:
在生产环境中创建或修改邮件分类之前,建议您使用测试环境了解邮件分类的工作方式。修改邮件分类之前,请在生产环境中测试它们。

使用命令行管理程序创建邮件分类

您必须先获得权限,然后才能执行此过程。若要查看所需的权限,请参阅传输权限主题中的“邮件分类”条目。

注释注意:
不能使用 Exchange 管理控制台创建邮件分类。

要创建新邮件分类实例,必须使用 Exchange 命令行管理程序中的 New-MessageClassification cmdlet。New-MessageClassification cmdlet 需要使用以下四个参数来创建新的邮件分类:

  • DisplayName

  • Locale

  • Name

  • SenderDescription

还应考虑为可选 RecipientDescription 参数设置一个值,以便为收件人提供有关分类目的的详细描述以及有关邮件处理方式的信息。

本示例仅使用必需的分类参数创建新邮件分类:

New-MessageClassification -Name NewMessageClassification -DisplayName "New Message Classification" -SenderDescription "This is the description that explains to the sender when to use this classification" -Locale en-EN

本示例使用所需分类参数创建其中包含 RecipientDescription 参数的新邮件分类:

New-MessageClassification -Name NewMessageClassification -DisplayName "New Message Classification" -SenderDescription "This is the description that explains to the sender when to use this classification" -RecipientDescription "This is the description that explains to the recipient the intent of the classification and how they should handle the message" -Locale en-EN

其他任务

创建新邮件分类后,您可能还需要:

创建邮件分类的本地化版本

 © 2010 Microsoft Corporation。保留所有权利。