IDatabaseCreateAppointment Method |
Returns a blank Appointment. Use SetDefaults on the returned object to fill it with sensible data.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIAppointment CreateAppointment()
Function CreateAppointment As IAppointment
Dim instance As IDatabase
Dim returnValue As IAppointment
returnValue = instance.CreateAppointment()
IAppointment^ CreateAppointment()
Return Value
Type:
IAppointment
See Also