|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.AppointmentSaveOptions
com.aspose.email.IcsSaveOptions
public final class IcsSaveOptions
Represents iCalendar save options
Constructor Summary | |
---|---|
IcsSaveOptions()
Initializes a new instance of the IcsSaveOptions class |
|
IcsSaveOptions(AppointmentAction method)
Initializes a new instance of the IcsSaveOptions class |
Method Summary | |
---|---|
static IcsSaveOptions |
getDefault()
Gets the default ics save options |
AppointmentAction |
getMethod()
Gets or sets appointment method |
void |
setMethod(AppointmentAction value)
|
Methods inherited from class com.aspose.email.AppointmentSaveOptions |
---|
getSaveFormat |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IcsSaveOptions()
Initializes a new instance of the IcsSaveOptions
class
public IcsSaveOptions(AppointmentAction method)
Initializes a new instance of the IcsSaveOptions
class
method
- An appointment methodMethod Detail |
---|
public static IcsSaveOptions getDefault()
Gets the default ics save options
public AppointmentAction getMethod()
Gets or sets appointment method
com.aspose.ms.System.IllegalArgumentException
- value
is not defined in AppointmentAction
public void setMethod(AppointmentAction value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |