GetParticipants (NotesUIScheduler - LotusScript®)
Gets the names of the attendees from an embedded scheduler.
Defined in
Syntax
participants = notesUIScheduler .GetParticipants( participantType& )
Parameters
participantType&
Long. Constant. Type of participant. One or more of the following. Add the constants to combine them.
- OPTIONAL_PEOPLE (2)
- OPTIONAL_RESOURCES (32)
- OPTIONAL_ROOMS (8)
- REQUIRED_PEOPLE (1)
- REQUIRED_RESOURCES (16)
- REQUIRED_ROOMS (4)
Return value
participants
Array of type String. Names of the participants.