Share via


Name Property (CalendarView Object)

Name 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 Name property returns the display name of this CalendarView object. Read-only.

Syntax

objCalendarView.Name

Data Type

String

Remarks

The Name property represents the display name assigned to this calendar view. It can be used to refer to the calendar view, and to retrieve it by name using the container renderers CurrentView property or the Views collection's Item property.

The names of the predefined calendar views are "Daily" for a view with mode CdoModeCalendarDaily and "Weekly" for a view with mode CdoModeCalendarWeekly. The mode of the view is available from its Mode property.

You should give every view object a unique name. CDO does not enforce uniqueness, but if a collection has duplicate names, only the first one can be found by name.

See Also

Concepts

CalendarView Object