IEWSClient.FetchItems

IEWSClient.FetchItems method

Retrieves the items.

public IEnumerable<MapiMessage> FetchItems(EwsFetchItems options)
ParameterTypeDescription
optionsEwsFetchItemsThe EwsFetchItems options allowing to customize the fetch method behavior.

Return Value

MapiMessage object.

Exceptions

exceptioncondition
AsposeArgumentExceptionThe item URI is null or empty.

See Also