IAsyncEwsClient.FetchItemsAsync

IAsyncEwsClient.FetchItemsAsync method

Fetches the specified items.

public Task<IEnumerable<MapiMessage>> FetchItemsAsync(EwsFetchItems ewsFetchItems)
ParameterTypeDescription
ewsFetchItemsEwsFetchItemsMethod parameters.

Return Value

A list of fetched items.

See Also