AppointmentSave Method (String) |
Saves appointment to the file with iCalendar format using te default save options
Namespace:
Aspose.Email.Calendar
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.12
Syntaxpublic void Save(
string filePath
)
Public Sub Save (
filePath As String
)
public:
void Save(
String^ filePath
)
member Save :
filePath : string -> unit
Parameters
- filePath
- Type: SystemString
A file path
Exceptions
See Also