[]
Retrieves the AppointmentList object which contains the list of occurrences of Appointment objects which are in conflict with the specified appointment.
public AppointmentList GetConflicts(Appointment appointment)
Public Function GetConflicts(appointment As Appointment) As AppointmentList
| Type | Name | Description |
|---|---|---|
| Appointment | appointment | The Appointment object. |
| Type | Description |
|---|---|
| AppointmentList | The AppointmentList object. |