PersonalStorageSaveMessageToStream Method

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

Namespace:  Aspose.Email.Storage.Pst
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public void SaveMessageToStream(
	string entryId,
	Stream stream
)

Parameters

entryId
Type: SystemString
The entry id.
stream
Type: System.IOStream
The stream for writing.
See Also