IEWSClientFetchMapiCalendar Method (IEnumerableString)

Fetch array of MapiCalendar objects.

Namespace:  Aspose.Email.Clients.Exchange.WebService
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
IList<MapiCalendar> FetchMapiCalendar(
	IEnumerable<string> calendarUris
)

Parameters

calendarUris
Type: System.Collections.GenericIEnumerableString
List of calendar uris to be fetched.

Return Value

Type: IListMapiCalendar
Fetch array of MapiCalendar objects.
See Also