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)
ParameterDescription
messageUriThe message URI.
streamThe 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)
ParameterDescription
messageUriThe Uri of the mail message
pathThe target path to save the message