MailMessageSave Method (Stream, SaveOptions) |
Save message as a stream with additional options.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic virtual void Save(
Stream stream,
SaveOptions options
)
Public Overridable Sub Save (
stream As Stream,
options As SaveOptions
)
public:
virtual void Save(
Stream^ stream,
SaveOptions^ options
)
abstract Save :
stream : Stream *
options : SaveOptions -> unit
override Save :
stream : Stream *
options : SaveOptions -> unit
Parameters
- stream
- Type: System.IOStream
Stream into which message is saved. - options
- Type: Aspose.EmailSaveOptions
Additional options for savingSaveOptions.
See Also