IEWSClient.CancelAppointment
Contents
[
Hide
]CancelAppointment(MapiCalendar)
Cancels appointment.
public void CancelAppointment(MapiCalendar appointment)
Parameter | Type | Description |
---|---|---|
appointment | MapiCalendar | Calendar appointment. |
See Also
- class MapiCalendar
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
CancelAppointment(MapiCalendar, string)
Cancels appointment.
public void CancelAppointment(MapiCalendar appointment, string folderUri)
Parameter | Type | Description |
---|---|---|
appointment | MapiCalendar | Calendar appointment. |
folderUri | String | An uri of appointments parent folder. |
See Also
- class MapiCalendar
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
CancelAppointment(Appointment)
Cancels appointment.
public void CancelAppointment(Appointment appointment)
Parameter | Type | Description |
---|---|---|
appointment | Appointment | Calendar appointment. |
See Also
- class Appointment
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
CancelAppointment(Appointment, string)
Cancels appointment.
public void CancelAppointment(Appointment appointment, string folderUri)
Parameter | Type | Description |
---|---|---|
appointment | Appointment | Calendar appointment. |
folderUri | String | An uri of appointments parent folder. |
See Also
- class Appointment
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
CancelAppointment(string)
Cancels an exiting meeting on an organizers calendar
public void CancelAppointment(string uniqueId)
Parameter | Type | Description |
---|---|---|
uniqueId | String | Unique identifier |
See Also
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
CancelAppointment(string, string)
Cancels an exiting meeting on an organizers calendar
public void CancelAppointment(string uniqueId, string folderUri)
Parameter | Type | Description |
---|---|---|
uniqueId | String | Unique identifier |
folderUri | String | An uri of appointments parent folder. |
See Also
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email