IActivityLinksRemoveAppointment Method |
Method for removing an appointment from the list of links
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxvoid RemoveAppointment(
IAppointment pVal
)
Sub RemoveAppointment (
pVal As IAppointment
)
Dim instance As IActivityLinks
Dim pVal As IAppointment
instance.RemoveAppointment(pVal)
void RemoveAppointment(
[InAttribute] IAppointment^ pVal
)
Parameters
- pVal
- Type: SuperOffice.COM.ApplicationIAppointment
See Also