SaveMessage
SaveMessage (1 of 2)
Saves the message.
Returns: void Aspose::Email::Clients::Exchange::Dav::
SaveMessage(System::String messageUri, System::SharedPtr < System::IO::Stream > stream)
| Parameter | Description |
|---|---|
| messageUri | The message URI. |
| stream | The stream. |
SaveMessage (2 of 2)
Saves mail message specified by the uri to local file system. The mail message file is RFC 822 compliant format (EML).
Returns: void Aspose::Email::Clients::Exchange::Dav::
SaveMessage(System::String messageUri, System::String path)
| Parameter | Description |
|---|---|
| messageUri | The Uri of the mail message |
| path | The target path to save the message |