OutlookItemCustomizations 元素

适用于:SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013

描述外部数据应如何显示在Microsoft Outlook 2010中,以及 Outlook 中需要哪些其他自定义项。

命名空间http://schemas.microsoft.com/office/2009/05/BusinessApplications/Manifest

架构:SolutionManifestDefinitions

<OfficeItemCustomizations xsl:type="OutlookItemCustomizations" ItemTypeDisplayName = "String"
MessageClass = "String" Description = "String"> </OfficeItemCustomizations>

元素和属性

下面各部分介绍了属性、子元素和父元素。

Attributes

属性 说明
ItemTypeDisplayName Outlook 项目类型的显示名称。

必填。

属性类型: 字符串
MessageClass 用于标识用于显示项目的窗体。 它遵循以下格式:IPM...

示例:IPM。Contact.Customer

必需

属性类型: 字符串
说明 自定义项的说明。

选。

属性类型: 字符串

子元素

元素 说明
OfficeItemProperties 用于介绍外部内容类型的字段。
FormRegions 用于介绍用于显示外部数据的窗体区域的属性。
OutlookFolder 用于描述包含外部数据的 Outlook 文件夹。
Picture 用于描述Microsoft Outlook 2010中使用的图标。

父元素

元素 说明
OfficeItemCustomizations 介绍特定于 Outlook 的自定义项。