AttachmentBaseSave Method (String) |
Saves the specified file name.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic virtual void Save(
string fileName
)
Public Overridable Sub Save (
fileName As String
)
public:
virtual void Save(
String^ fileName
)
abstract Save :
fileName : string -> unit
override Save :
fileName : string -> unit
Parameters
- fileName
- Type: SystemString
Name of the file.
See Also