IEWSClient.SaveMessage
SaveMessage(string, string)
Saves the message.
public void SaveMessage(string messageUri, string path)
| Parameter | Type | Description | 
|---|---|---|
| messageUri | String | The message URI. | 
| path | String | The path to save message. | 
See Also
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- 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
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email