OlmStorage.ExtractMapiMessage
ExtractMapiMessage(string)
Get the message from OLM.
public MapiMessage ExtractMapiMessage(string id)
Parameter | Type | Description |
---|---|---|
id | String | String representation of EntryId. |
Return Value
A MapiMessage
object.
See Also
- class MapiMessage
- class OlmStorage
- namespace Aspose.Email.Storage.Olm
- assembly Aspose.Email
ExtractMapiMessage(OlmMessageInfo)
Get the message from OLM storage.
public MapiMessage ExtractMapiMessage(OlmMessageInfo messageInfo)
Parameter | Type | Description |
---|---|---|
messageInfo | OlmMessageInfo | An OlmMessageInfo object that represents information about message. |
Return Value
A MapiMessage object.
See Also
- class MapiMessage
- class OlmMessageInfo
- class OlmStorage
- namespace Aspose.Email.Storage.Olm
- assembly Aspose.Email