Save
Contents
[
Hide
]Save (1 of 6)
Saves calendar object to the file with iCalendar format using te default save options
Returns: void Aspose::Email::Mapi::
Save(System::SharedPtr < System::IO::Stream > stream)
| Parameter | Description |
|---|---|
| stream | A stream to save to |
Save (2 of 6)
Saves calendar object to the stream with specified format using te default save options
Returns: void Aspose::Email::Mapi::
Save(System::SharedPtr < System::IO::Stream > stream, Calendar::AppointmentSaveFormat saveFormat)
| Parameter | Description |
|---|---|
| stream | A stream to save to |
| saveFormat | A save format |
Save (3 of 6)
Saves calendar to the stream with specified save options
Returns: void Aspose::Email::Mapi::
Save(System::SharedPtr < System::IO::Stream > stream, System::SharedPtr < MapiCalendarSaveOptions > saveOptions)
| Parameter | Description |
|---|---|
| stream | A stream to save to |
| saveOptions | A save options |
Save (4 of 6)
Saves calendar object to the file with iCalendar format using te default save options
Returns: void Aspose::Email::Mapi::
Save(System::String filePath)
| Parameter | Description |
|---|---|
| filePath | A file path |
Save (5 of 6)
Saves calendar object to the file with specified format using te default save options
Returns: void Aspose::Email::Mapi::
Save(System::String filePath, Calendar::AppointmentSaveFormat saveFormat)
| Parameter | Description |
|---|---|
| filePath | A file path |
| saveFormat | A save format |
Save (6 of 6)
Saves calendar object to the file with specified format using te default save options
Returns: void Aspose::Email::Mapi::
Save(System::String filePath, System::SharedPtr < MapiCalendarSaveOptions > saveOptions)
| Parameter | Description |
|---|---|
| filePath | A file path |
| saveOptions | A save options |