OfficeItemProperty-Element
Letzte Änderung: Donnerstag, 6. Mai 2010
Gilt für: SharePoint Server 2010
Beschreibt, wie Sie ein Feld eines externen Inhaltstyps in Microsoft Outlook 2010 anzeigen.
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>
Attribute und Elemente
In den folgenden Abschnitten werden Attribute, untergeordnete Elemente und übergeordnete Elemente beschrieben.
Attribute
Attribut |
Beschreibung |
---|---|
PropertyName |
Der Name der Outlook-Eigenschaft, der dieses Feld zugeordnet wird. Erforderlich. Attributtyp: String |
PropertyType |
Der Datentyp der Outlook-Eigenschaft. Erforderlich. Die folgenden Werte sind für dieses Attribut möglich: OutlookCurrency OutlookDateTime OutlookDuration OutlookEnumeration OutlookInteger OutlookKeywords OutlookNumber OutlookPercent OutlookText OutlookYesNo |
ReadOnly |
Gibt an, ob dieses Feld in Outlook schreibgeschützt sein soll. Optional. Attributtyp: Boolean |
OutlookDisplayFormat |
Das für dieses Feld zu verwendende Anzeigeformat. Optional. Attributtyp: String |
Name |
Der Name des OfficeItemProperty-Elements aus dem Entities-Abschnitt im Lösungsmanifest für dieses Feld. Erforderlich. Attributtyp: String |
Description |
Eine Beschreibung der Eigenschaft. Optional. Attributtyp: String |
Untergeordnete Elemente
Keine
Übergeordnete Elemente
Element |
Beschreibung |
---|---|
OfficeItemProperties |
Das OfficeItemProperties-Element. |