OfficeItemProperty 元素

上次修改时间: 2015年3月9日

适用范围: SharePoint Server 2010

介绍如何在 Microsoft Outlook 2010 中显示外部内容类型的字段。

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

**架构:**SolutionManifestDefinitions

<OfficeItemProperty PropertyName = "String" PropertyType = "PropertyType" ReadOnly = "Bolean" OutlookDisplayFormat = "String" Name = "String" Description = 
"String"> </OfficeItemProperty>

属性和元素

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

属性

属性

说明

PropertyName

此字段映射到的 Outlook 属性的名称。

必需。

属性类型:String

PropertyType

Outlook 属性的数据类型。

必需。

下表列出了此属性的可能值:

OutlookCurrency

OutlookDateTime

OutlookDuration

OutlookEnumeration

OutlookInteger

OutlookKeywords

OutlookNumber

OutlookPercent

OutlookText

OutlookYesNo

ReadOnly

指定此字段在 Outlook 是否应只读的。

可选。

属性类型:Boolean

OutlookDisplayFormat

要用于此字段的显示格式。

可选。

属性类型:String

Name

此字段的解决方案清单中 Entities 部分的 OfficeItemProperty 属性的名称。

必需。

属性类型:String

Description

属性的说明。

可选。

属性类型:String

子元素

无。

父元素

元素

说明

OfficeItemProperties

OfficeItemProperties 元素。