TentativeIndicator Property (CalendarView Object)

TentativeIndicator 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 TentativeIndicator property returns or sets a pattern string for rendering the indicator bar for a tentatively busy time period. Read/write.

Syntax

objCalendarView.TentativeIndicator

Data Type

String

Remarks

The TentativeIndicator property contains the rendering for the indicator bar for a tentatively busy time slot. The indicator bar is the thin vertical column between the time column and the appointments table.

TentativeIndicator applies only when the Mode property of the calendar view contains CdoModeCalendarDaily.

The default value of the TentativeIndicator property is

  <td rowspan=%apptlength% colspan=1 bgcolor=99ccff width=%percentwidth%> </td>
 

For more information on substitution tokens, see the RenderUsing property of the Pattern object.

See Also

Concepts

CalendarView Object