DisplayParticipantStatus (NotesUIScheduler - LotusScript®)

Read-write. Indicates if the scheduler display includes participants' status.

Defined in

NotesUIScheduler

Data type

Boolean

Syntax

To get: flag = notesUIScheduler .DisplayParticipantStatus

To set: notesUIScheduler .DisplayParticipantStatus = flag

Legal values

  • True includes participant status.
  • False excludes participant status.

Example