public abstract class MapiCalendarSaveOptions extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
MapiCalendarSaveOptions(int saveFormat)
Initializes a new instance of the
MapiCalendarSaveOptions class |
| Modifier and Type | Method and Description |
|---|---|
static MapiCalendarSaveOptions |
fromSaveFormat(int saveFormat)
Gets the MapiCalendarSaveOptions from SaveFormat.
|
static MapiCalendarIcsSaveOptions |
getDefaultIcs()
Gets the default Ics save options.
|
static MapiCalendarMsgSaveOptions |
getDefaultMsg()
Gets the default Msg save options.
|
int |
getSaveFormat()
Gets a save format.
|
protected MapiCalendarSaveOptions(int saveFormat)
Initializes a new instance of the MapiCalendarSaveOptions class
saveFormat - An appointment save formatpublic final int getSaveFormat()
Gets a save format.
public static MapiCalendarIcsSaveOptions getDefaultIcs()
Gets the default Ics save options.
public static MapiCalendarMsgSaveOptions getDefaultMsg()
Gets the default Msg save options.
public static MapiCalendarSaveOptions fromSaveFormat(int saveFormat)
Gets the MapiCalendarSaveOptions from SaveFormat.
Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.