Hi
There was a case for a new unified merged save option of all calendars, appointment and related items:
AppointmentIcsSaveOptions
AppointmentMsgSaveOptions
AppointmentSaveOptions
MapiCalendarIcsSaveOptions
MapiCalendarMsgSaveOptions
MapiCalendarSaveOptions
And Optionally:
With .SaveFormat to be set, so can set the format in the save options level to be
.Ics or .Msg or .Oft
Because such large number of save options for the same format is confusing and unnecessary, IMO.
Also AppointmentMsgSaveOptions and MapiCalendarMsgSaveOptions have no members but read only format, while a single ICalSaveOptions can get the format too…
Now, how
Thanks