OlmStorage.ExtractMapiMessage

ExtractMapiMessage(string)

Get the message from OLM.

public MapiMessage ExtractMapiMessage(string id)
ParameterTypeDescription
idStringString representation of EntryId.

Return Value

A MapiMessage object.

See Also


ExtractMapiMessage(OlmMessageInfo)

Get the message from OLM storage.

public MapiMessage ExtractMapiMessage(OlmMessageInfo messageInfo)
ParameterTypeDescription
messageInfoOlmMessageInfoAn OlmMessageInfo object that represents information about message.

Return Value

A MapiMessage object.

See Also