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