編輯

共用方式為


FolderViewDefinition Element

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

Describes a folder view in Microsoft Outlook 2010.

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

Schema: SolutionManifestDefinitions

Definition

<FolderViewDefinition ViewName = "String" ViewType = "ViewType" IsDefault = "Boolean" ViewFileName = "String" Name = "String" Description = "String"> </FolderViewDefinition>

Elements and attributes

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute

Description

**ViewName**

The name of the Outlook view.

Required.

Attribute type: **String**

**ViewType**

The type of Outlook view to use.

Required.

The following are the possible values for this attribute.

  • **TableView**

  • **CardView**

  • **CalendarView**

  • **IconView**

  • **TimelineView**

  • **BusinessCardView**

  • **DailyTaskListView**

**IsDefault**

Specifies whether data is displayed in this view by default.

Required.

Attribute type: **Boolean**

**ViewFileName**

The Outlook view definition file name with the .ovd extension.

Required.

Attribute type: **String**

**Name**

The name of the Outlook view.

Required.

Attribute type: **String**

**Description**

A description for the view.

Optional.

Attribute type: **String**

Child elements

None.

Parent elements

Element

Description

**Views**

Contains this view.