OutlookFolder Element

Applies to: SharePoint Server 2010

Describes the Microsoft Outlook 2010 folder that contains the external data.

Namespace: https://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>

Attributes and Elements

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:

  • FolderCalendar

  • FolderContacts

  • FolderInbox

  • FolderTasks

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.