IDatabaseCreateAppointmentSentry Method |
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxISentry CreateAppointmentSentry(
Object AppointmentData
)
Function CreateAppointmentSentry (
AppointmentData As Object
) As ISentry
Dim instance As IDatabase
Dim AppointmentData As Object
Dim returnValue As ISentry
returnValue = instance.CreateAppointmentSentry(AppointmentData)
ISentry^ CreateAppointmentSentry(
[InAttribute] Object^ AppointmentData
)
Parameters
- AppointmentData
- Type: SystemObject
Return Value
Type:
ISentry
See Also