Participants property

This property is obsolete in V.7 for IERUCalendarRecurringEvent.
 

For IERUCalendarEvent, sets or returns the list of room members who will participate in the event.

Syntax


C++

HRESULT get_Participants(IERUMemberSet** pParticipants)

HRESULT put_Participants(IERUMemberSet* Participants)

Scripting languages

Participants = CalendarEvent.Participants

CalendarEvent.Participants = Participants

Remarks


The Participants property returns an IERUMemberSet interface pointer to a list of members.

Home

Applies to

IERUCalendarEvent

IERUCalendarRecurringEvent


See also

Calendars