ExchangeClient.FetchMapiMessage

ExchangeClient.FetchMapiMessage method

Fetches the mapi message with specified uri.

public MapiMessage FetchMapiMessage(string messageUri)
ParameterTypeDescription
messageUriStringThe message uri.

Return Value

A MapiMessage object contains the message.

Exceptions

exceptioncondition
AsposeArgumentNullExceptionmessageUri is null
AsposeArgumentExceptionmessageUri is empty string

See Also