Click or drag to resize

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
Syntax
IAppointment GetAppointment(
	int AppointmentId
)

Parameters

AppointmentId
Type: SystemInt32

Return Value

Type: IAppointment
See Also