OutlookFolder Element
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Describes the Microsoft Outlook 2010 folder that contains the external data.
Namespace: http://schemas.microsoft.com/office/2009/05/BusinessApplications/Manifest
Schema: SolutionManifestDefinitions
<OutlookFolder FolderDisplayName = "String" NativeType = "NativeFolderType"
SubscriptionName = "String" FolderName = "String" FolderGroup = "String" CanCreate =
"Boolean" CanUpdate = "Boolean" CanDelete = "Boolean" Name = "String"
Description = "String"> </OutlookFolder>
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute |
Description |
---|---|
**FolderDisplayName** |
The display name of the Outlook folder. Required. Attribute type: **String** |
**NativeType** |
The type of the Outlook folder. Required. The following are the possible values for this attribute:
|
**SubscriptionName** |
The name of the cache subscription. Required. Attribute type: **String** |
**FolderName** |
The name of the Outlook folder. Required. Attribute type: **String** |
**FolderGroup** |
The folder group name. Optional. Attribute type: **String** |
**CanCreate** |
Specifies whether users can create items in this folder. Optional. Attribute type: **Boolean** |
**CanUpdate** |
Specifies whether users can update items in this folder. Optional. Attribute type: **Boolean** |
**CanDelete** |
Specifies whether users can delete items in this folder. Optional. Attribute type: **Boolean** |
**Name** |
The name of the folder. Required. Attribute type: **String** |
**Description** |
A description for the folder. Optional. Attribute type: **String** |
Child elements
Element |
Description |
---|---|
**Views** |
Use to describe Outlook views. |
**Associations** |
Used to describe associations. |
**Picture** |
Used to describe the icon to use in Microsoft Outlook 2010. |
Parent elements
Element |
Description |
---|---|
**OutlookItemCustomizations** |
Used to describe Outlook-specific customizations. |