OfficeItemProperty element
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Describes how to display a field of an external content type in Microsoft Outlook 2010.
Namespace: http://schemas.microsoft.com/office/2009/05/BusinessApplications/Manifest
Schema: SolutionManifestDefinitions
<OfficeItemProperty PropertyName = "String" PropertyType = "PropertyType" ReadOnly = "Bolean" OutlookDisplayFormat = "String" Name = "String" Description =
"String"> </OfficeItemProperty>
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute |
Description |
---|---|
**PropertyName** |
The name of the Outlook property this field maps to. Required. Attribute type: **String** |
**PropertyType** |
The data type of the Outlook property. Required. The following lists the possible values for this attribute: **OutlookCurrency** **OutlookDateTime** **OutlookDuration** **OutlookEnumeration** **OutlookInteger** **OutlookKeywords** **OutlookNumber** **OutlookPercent** **OutlookText** **OutlookYesNo** |
**ReadOnly** |
Specifies whether this field should be read-only in Outlook. Optional. Attribute type: **Boolean** |
**OutlookDisplayFormat** |
The display format to be used for this field. Optional. Attribute type: **String** |
**Name** |
The name of the **OfficeItemProperty from the **Entities** section in the solution manifest for this field. Required. Attribute type: **String** |
**Description** |
A description for the property. Optional. Attribute type: **String** |
Child elements
None.
Parent elements
Element |
Description |
---|---|
**OfficeItemProperties** |
The **OfficeItemProperties** element. |