AppointmentSave Method (Stream, AppointmentSaveOptions) |
Saves appointment to the stream with specified save options
Namespace:
Aspose.Email.Calendar
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.12
Syntaxpublic void Save(
Stream stream,
AppointmentSaveOptions saveOptions
)
Public Sub Save (
stream As Stream,
saveOptions As AppointmentSaveOptions
)
public:
void Save(
Stream^ stream,
AppointmentSaveOptions^ saveOptions
)
member Save :
stream : Stream *
saveOptions : AppointmentSaveOptions -> unit
Parameters
- stream
- Type: System.IOStream
A stream to save to - saveOptions
- Type: Aspose.Email.CalendarAppointmentSaveOptions
A save options
Exceptions
See Also