ExchangeClient.SaveMessage
SaveMessage(string, string)
Saves mail message specified by the uri to local file system. The mail message file is RFC 822 compliant format (EML). if you want to parse the mail message files, use MailMessage
.
public void SaveMessage(string messageUri, string path)
Parameter | Type | Description |
---|---|---|
messageUri | String | The Uri of the mail message |
path | String | The target path to save the message |
See Also
- class ExchangeClient
- namespace Aspose.Email.Clients.Exchange.Dav
- assembly Aspose.Email
SaveMessage(string, Stream)
Saves the message.
public void SaveMessage(string messageUri, Stream stream)
Parameter | Type | Description |
---|---|---|
messageUri | String | The message URI. |
stream | Stream | The stream. |
See Also
- class ExchangeClient
- namespace Aspose.Email.Clients.Exchange.Dav
- assembly Aspose.Email