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
Syntaxpublic void SaveMessageToStream(
string entryId,
Stream stream
)
Public Sub SaveMessageToStream (
entryId As String,
stream As Stream
)
public:
void SaveMessageToStream(
String^ entryId,
Stream^ stream
)
member SaveMessageToStream :
entryId : string *
stream : Stream -> unit
Parameters
- entryId
- Type: SystemString
The entry id. - stream
- Type: System.IOStream
The stream for writing.
See Also