LOTUSSCRIPT/COM/OLE CLASSES


AddParticipant method
Example

Adds a participant to an embedded scheduler.

Defined in

NotesUIScheduler

Syntax

Call notesUIScheduler.AddParticipant( name$, role&, status& [, type&] [, alternateName$] [, inetName$] [, storageType$] [, flags&] )

Parameters

name$


role& status& type& alternateName$
inetName$
storageType$
flags&
Usage

AddParticipant adds the name of the participant to the document without any scheduling information. Use GetScheduleData to add the participant's scheduling information.

Participants are added as specified. The specified names are not checked against a Domino Directory.

Example
See Also