IEWSClient.FetchAppointment
Contents
[
Hide
]FetchAppointment(string)
Fetch the specified appointment from server.
public Appointment FetchAppointment(string appointmentUri)
Parameter | Type | Description |
---|---|---|
appointmentUri | String | An uri of appointment to be fetched. |
Return Value
A fetched Appointment
.
Exceptions
exception | condition |
---|---|
AsposeArgumentException | appointmentUri is null or empty . |
See Also
- class Appointment
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
FetchAppointment(string, string)
Fetch the specified appointment from server.
public Appointment FetchAppointment(string appointmentUri, string folderUri)
Parameter | Type | Description |
---|---|---|
appointmentUri | String | An uri of appointment to be fetched. |
folderUri | String | An uri of appointments parent folder. |
Return Value
A fetched Appointment
.
Exceptions
exception | condition |
---|---|
AsposeArgumentException | appointmentUri is null or empty . |
See Also
- class Appointment
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email