IEWSClient.FetchMapiMessages

FetchMapiMessages(IEnumerable<string>)

Fetches the speciifed messages

public MapiMessage[] FetchMapiMessages(IEnumerable<string> uris)
ParameterTypeDescription
urisIEnumerable`1A IEnumerable<string> “/> containing message uris to be retrieved

Return Value

An array of MapiMessage containing fetched messages

See Also


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

Fetches the speciifed messages

public MapiMessage[] FetchMapiMessages(IEnumerable<string> uris, 
    IEnumerable<PropertyDescriptor> extendedProperties)
ParameterTypeDescription
urisIEnumerable`1A StringCollection containing message uris to be retrieved
extendedPropertiesIEnumerable`1An enumeration of extended properties

Return Value

An array of MapiMessage containing fetched messages

See Also