MapiNoteSave Method (String, NoteSaveFormat) |
Saves this
MapiNote into file using specified format.
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic void Save(
string filePath,
NoteSaveFormat saveFormat
)
Public Sub Save (
filePath As String,
saveFormat As NoteSaveFormat
)
public:
void Save(
String^ filePath,
NoteSaveFormat saveFormat
)
member Save :
filePath : string *
saveFormat : NoteSaveFormat -> unit
Parameters
- filePath
- Type: SystemString
A file name. - saveFormat
- Type: Aspose.Email.MapiNoteSaveFormat
A save format.
Exceptions
See Also