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