OfficeItemProperty Element

Applies to: SharePoint Server 2010

Describes how to display a field of an external content type in Microsoft Outlook 2010.

Namespace: https://schemas.microsoft.com/office/2009/05/BusinessApplications/Manifest

Schema: SolutionManifestDefinitions

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

Attributes and Elements

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.