public final class IcsSaveOptions extends AppointmentSaveOptions
Represents iCalendar save options
Constructor and Description |
---|
IcsSaveOptions()
Initializes a new instance of the
IcsSaveOptions class
|
IcsSaveOptions(int method)
Initializes a new instance of the
IcsSaveOptions class
|
Modifier and Type | Method and Description |
---|---|
static IcsSaveOptions |
getDefault()
Gets the default ics save options
|
int |
getMethod()
Gets or sets appointment method
|
void |
setMethod(int value) |
getSaveFormat
public IcsSaveOptions()
Initializes a new instance of the IcsSaveOptions
class
public IcsSaveOptions(int method)
Initializes a new instance of the IcsSaveOptions
class
method
- An appointment methodpublic static IcsSaveOptions getDefault()
Gets the default ics save options
public int getMethod()
Gets or sets appointment method
com.aspose.email.ms.System.IllegalArgumentException
- value
is not defined in AppointmentAction
public void setMethod(int value)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.