FolderViewDefinition Element

Applies to: SharePoint Server 2010

Describes a folder view in Microsoft Outlook 2010.

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

Schema: SolutionManifestDefinitions

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

Attributes and Elements

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.