IEWSClient.CreateAppointment
Contents
[
Hide
]CreateAppointment(Appointment)
Creates appointment.
public string CreateAppointment(Appointment appointment)
Parameter | Type | Description |
---|---|---|
appointment | Appointment | Calendar appointment. |
Return Value
Returns appointment UID
See Also
- class Appointment
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
CreateAppointment(Appointment, string)
Creates appointment.
public string CreateAppointment(Appointment appointment, string folderUri)
Parameter | Type | Description |
---|---|---|
appointment | Appointment | Calendar appointment. |
folderUri | String | An uri of appointments parent folder. |
Return Value
Returns appointment UID
See Also
- class Appointment
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
CreateAppointment(MapiCalendar, string, bool)
Creates appointment.
public string CreateAppointment(MapiCalendar appointment, string folderUri,
bool suppressInvitations)
Parameter | Type | Description |
---|---|---|
appointment | MapiCalendar | Calendar appointment. |
folderUri | String | An uri of appointments parent folder. |
suppressInvitations | Boolean | If true, invitations won’t be sent to attendees. |
Return Value
Returns PidLidGlobalObjectId as base64 string
See Also
- class MapiCalendar
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email