| |
Participants propertyThis property is obsolete in V.7 for IERUCalendarRecurringEvent. For IERUCalendarEvent, sets or returns the list of room members who will participate in the event. SyntaxC++HRESULT get_Participants(IERUMemberSet** pParticipants) HRESULT put_Participants(IERUMemberSet* Participants) Scripting languagesParticipants = CalendarEvent.Participants CalendarEvent.Participants = Participants RemarksThe Participants property returns an IERUMemberSet interface pointer to a list of members. |
Home |