IAppointmentHasConflict Method |
Has this appointment(booking) a time conflict? 0 = enResponseReject, 1 = enResponseAccept
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxFunction HasConflict As Boolean
Dim instance As IAppointment
Dim returnValue As Boolean
returnValue = instance.HasConflict()
Return Value
Type:
Boolean
See Also