IDatabaseGetAppointment Method |
Get an Appointment object by id. Returns an error if the appointment is hidden by sentry rules.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIAppointment GetAppointment(
int AppointmentId
)
Function GetAppointment (
AppointmentId As Integer
) As IAppointment
Dim instance As IDatabase
Dim AppointmentId As Integer
Dim returnValue As IAppointment
returnValue = instance.GetAppointment(AppointmentId)
IAppointment^ GetAppointment(
[InAttribute] int AppointmentId
)
Parameters
- AppointmentId
- Type: SystemInt32
Return Value
Type:
IAppointment
See Also