Source Property (CalendarView Object)

Source Property (CalendarView Object)

Important  The Collaboration Data Objects (CDO) 1.2.1 Rendering objects are not installed by or supported for use with Exchange Server 2003 or later.

The Source property returns the type of this calendar view. Read-only.

Syntax

objCalendarView.Source

Data Type

Long

Remarks

The Source property indicates the source of the definition of the calendar view. It can have exactly one of the following values:

Calendar view source

Decimal value

Meaning

CdoViewCommon

0

This calendar view is predefined globally for all folders and all messaging users.

CdoViewCustom

2

This calendar view has been defined in the context of the current setting of the DataSource property of the ContainerRenderer object. However, it is still available when the DataSource property is changed.

For more information on calendar view rendering, see Rendering Container Objects.

See Also

Concepts

CalendarView Object