Save

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)
ParameterDescription
streamA 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)
ParameterDescription
streamA stream to save to
saveFormatA 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)
ParameterDescription
streamA stream to save to
saveOptionsA 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)
ParameterDescription
filePathA 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)
ParameterDescription
filePathA file path
saveFormatA 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)
ParameterDescription
filePathA file path
saveOptionsA save options