Click or drag to resize

IScriptingEventsOnCurrentAppointmentParticipantListChanged Method

Called when participants are added or removed from the current appointment. The list of participants is available from the current appointment

Namespace:  SuperOffice.COM.ScriptEvents
Assembly:  Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntax
void OnCurrentAppointmentParticipantListChanged()
Examples

Description

VB
Sub OnAppointmentParticipantListChanged

    SOMessageBox "There where changes to the participants"

End Sub

See Also