PersonalStorage.SaveMessageToStream

PersonalStorage.SaveMessageToStream method

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

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

See Also