PersonalStorage.TryToSaveMessage
PersonalStorage.TryToSaveMessage method
Saves the message, with specified entryID, to a stream.
public SaveResult TryToSaveMessage(string entryId, Stream stream)
Parameter | Type | Description |
---|---|---|
entryId | String | The entry id. |
stream | Stream | The stream for writing. |
Return Value
The SaveResult
that represents the result of item saving.
See Also
- class SaveResult
- class PersonalStorage
- namespace Aspose.Email.Storage.Pst
- assembly Aspose.Email