CalendarView.XML Property

Outlook Developer Reference

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

Version Information
 Version Added:  Outlook 2007

Syntax

expression.XML

expression   A variable that represents a CalendarView 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