Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.05 KB

Outlook.TimelineView.XML.md

File metadata and controls

38 lines (22 loc) · 1.05 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
TimelineView.XML property (Outlook)
vbaol11.chm2657
vbaol11.chm2657
Outlook.TimelineView.XML
34dee7f8-ee8f-1194-f421-e43fd7815ffe
06/08/2017
medium

TimelineView.XML property (Outlook)

Returns or sets a String value that specifies the XML definition of the view. Read/write.

Syntax

expression.XML

expression A variable that represents a TimelineView object.

Remarks

The XML definition describes the view type by using a series of tags and keywords corresponding to various properties of the view itself. When the view is created, the XML definition is parsed to render the settings for the new view.

To determine how the XML should be structured when creating views, you can create a view by using the Outlook user interface and then you can retrieve the XML property for that view.

See also

TimelineView Object

[!includeSupport and feedback]