IEWSClient.FetchMapiCalendar

FetchMapiCalendar(IEnumerable<string>)

Fetch array of MapiCalendar objects.

public IList<MapiCalendar> FetchMapiCalendar(IEnumerable<string> calendarUris)
ParameterTypeDescription
calendarUrisIEnumerable`1List of calendar uris to be fetched.

Return Value

Fetch array of MapiCalendar objects.

See Also


FetchMapiCalendar(IEnumerable<string>, IEnumerable<PropertyDescriptor>)

Fetch array of MapiCalendar objects.

public IList<MapiCalendar> FetchMapiCalendar(IEnumerable<string> calendarUris, 
    IEnumerable<PropertyDescriptor> customProperties)
ParameterTypeDescription
calendarUrisIEnumerable`1List of calendar uris to be fetched.
customPropertiesIEnumerable`1Custom mapi properties to retrieve.

Return Value

Fetch array of MapiCalendar objects.

See Also