Save

Save (1 of 6)

Saves appointment to the file with iCalendar format using te default save options

Returns: void Aspose::Email::Calendar::

Save(System::SharedPtr < System::IO::Stream > stream)
ParameterDescription
streamA stream to save to

Save (2 of 6)

Saves appointment to the stream with specified format using te default save options

Returns: void Aspose::Email::Calendar::

Save(System::SharedPtr < System::IO::Stream > stream, AppointmentSaveFormat saveFormat)
ParameterDescription
streamA stream to save to
saveFormatA save format

Save (3 of 6)

Saves appointment to the stream with specified save options

Returns: void Aspose::Email::Calendar::

Save(System::SharedPtr < System::IO::Stream > stream, System::SharedPtr < AppointmentSaveOptions > saveOptions)
ParameterDescription
streamA stream to save to
saveOptionsA save options

Save (4 of 6)

Saves appointment to the file with iCalendar format using te default save options

Returns: void Aspose::Email::Calendar::

Save(System::String filePath)
ParameterDescription
filePathA file path

Save (5 of 6)

Saves appointment to the file with specified format using te default save options

Returns: void Aspose::Email::Calendar::

Save(System::String filePath, AppointmentSaveFormat saveFormat)
ParameterDescription
filePathA file path
saveFormatA save format

Save (6 of 6)

Saves appointment to the file with specified save options

Returns: void Aspose::Email::Calendar::

Save(System::String filePath, System::SharedPtr < AppointmentSaveOptions > saveOptions)
ParameterDescription
filePathA file path
saveOptionsA save options