IAppointmentAddParticipant Method |
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxvoid AddParticipant(
Object pParticipant,
bool sendMail = false
)
Sub AddParticipant (
pParticipant As Object,
Optional sendMail As Boolean = false
)
Dim instance As IAppointment
Dim pParticipant As Object
Dim sendMail As Boolean
instance.AddParticipant(pParticipant,
sendMail)
void AddParticipant(
[InAttribute] Object^ pParticipant,
[InAttribute] bool sendMail = false
)
Parameters
- pParticipant
- Type: SystemObject
- sendMail (Optional)
- Type: SystemBoolean
See Also