IAsyncEwsClient.CreateAppointmentAsync
IAsyncEwsClient.CreateAppointmentAsync method
Creates appointment.
public Task<string> CreateAppointmentAsync(Appointment appointment, string folderUri = null, 
    CancellationToken cancellationToken = default)
| Parameter | Type | Description | 
|---|---|---|
| appointment | Appointment | Calendar appointment. | 
| folderUri | String | An uri of appointments parent folder. | 
| cancellationToken | CancellationToken | The cancellation token. | 
Return Value
Returns appointment UID
See Also
- class Appointment
 - interface IAsyncEwsClient
 - namespace Aspose.Email.Clients.Exchange.WebService
 - assembly Aspose.Email