AppointmentSave Method |
Name | Description | |
---|---|---|
![]() | Save(Stream) |
Saves appointment to the file with iCalendar format using te default save options
|
![]() | Save(String) |
Saves appointment to the file with iCalendar format using te default save options
|
![]() | Save(Stream, AppointmentSaveFormat) |
Saves appointment to the stream with specified format using te default save options
|
![]() | Save(Stream, AppointmentSaveOptions) |
Saves appointment to the stream with specified save options
|
![]() | Save(String, AppointmentSaveFormat) |
Saves appointment to the file with specified format using te default save options
|
![]() | Save(String, AppointmentSaveOptions) |
Saves appointment to the file with specified save options
|