IActivityLinksAddAppointment Method |
Add an appointment to the list
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxvoid AddAppointment(
IAppointment pVal
)
Sub AddAppointment (
pVal As IAppointment
)
Dim instance As IActivityLinks
Dim pVal As IAppointment
instance.AddAppointment(pVal)
void AddAppointment(
[InAttribute] IAppointment^ pVal
)
Parameters
- pVal
- Type: SuperOffice.COM.ApplicationIAppointment
See Also