IEWSClient.FetchMapiCalendar
FetchMapiCalendar(IEnumerable<string>)
Fetch array of MapiCalendar
objects.
public IList<MapiCalendar> FetchMapiCalendar(IEnumerable<string> calendarUris)
Parameter | Type | Description |
---|---|---|
calendarUris | IEnumerable`1 | List of calendar uris to be fetched. |
Return Value
Fetch array of MapiCalendar
objects.
See Also
- class MapiCalendar
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
FetchMapiCalendar(IEnumerable<string>, IEnumerable<PropertyDescriptor>)
Fetch array of MapiCalendar
objects.
public IList<MapiCalendar> FetchMapiCalendar(IEnumerable<string> calendarUris,
IEnumerable<PropertyDescriptor> customProperties)
Parameter | Type | Description |
---|---|---|
calendarUris | IEnumerable`1 | List of calendar uris to be fetched. |
customProperties | IEnumerable`1 | Custom mapi properties to retrieve. |
Return Value
Fetch array of MapiCalendar
objects.
See Also
- class MapiCalendar
- class PropertyDescriptor
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email