IAppointmentRemoveParticipant Method |
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxvoid RemoveParticipant(
Object pParticipant
)
Sub RemoveParticipant (
pParticipant As Object
)
Dim instance As IAppointment
Dim pParticipant As Object
instance.RemoveParticipant(pParticipant)
void RemoveParticipant(
[InAttribute] Object^ pParticipant
)
Parameters
- pParticipant
- Type: SystemObject
See Also