PersonalStorage.TryToSaveMessage

PersonalStorage.TryToSaveMessage method

Saves the message, with specified entryID, to a stream.

public SaveResult TryToSaveMessage(string entryId, Stream stream)
ParameterTypeDescription
entryIdStringThe entry id.
streamStreamThe stream for writing.

Return Value

The SaveResult that represents the result of item saving.

See Also