The Source property returns the type of this calendar view. Read-only.
objCalendarView.Source
Long
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.