OfficeItemProperty 元素
适用于:SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013
介绍如何在 Microsoft Outlook 2010 中显示外部内容类型的字段。
命名空间: http://schemas.microsoft.com/office/2009/05/BusinessApplications/Manifest
架构:SolutionManifestDefinitions
<OfficeItemProperty PropertyName = "String" PropertyType = "PropertyType" ReadOnly = "Bolean" OutlookDisplayFormat = "String" Name = "String" Description =
"String"> </OfficeItemProperty>
元素和属性
下面各部分介绍了属性、子元素和父元素。
Attributes
属性 |
说明 |
---|---|
**PropertyName** |
此字段映射到的 Outlook 属性的名称。 必填。 属性类型:**String** |
**PropertyType** |
Outlook 属性的数据类型。 必填。 下表列出了此属性的可能值: **OutlookCurrency** **OutlookDateTime** **OutlookDuration** **OutlookEnumeration** **OutlookInteger** **OutlookKeywords** **OutlookNumber** **OutlookPercent** **OutlookText** **OutlookYesNo** |
**ReadOnly** |
指定此字段在 Outlook 中是否应为只读。 可选。 属性类型:**布尔值** |
**OutlookDisplayFormat** |
要用于此字段的显示格式。 可选。 属性类型:**String** |
**名字** |
此字段的解决方案清单中“实体”部分中的 OfficeItemProperty 的名称。 必填。 属性类型:**String** |
**描述** |
属性的说明。 可选。 属性类型:**String** |
子元素
无。
父元素
元素 |
说明 |
---|---|
**OfficeItemProperties** |
OfficeItemProperties** 元素。 |