com.aspose.email
Class IcsSaveOptions

java.lang.Object
  extended by com.aspose.email.AppointmentSaveOptions
      extended by com.aspose.email.IcsSaveOptions

public final class IcsSaveOptions
extends AppointmentSaveOptions

Represents iCalendar save options


Constructor Summary
IcsSaveOptions()
           Initializes a new instance of the IcsSaveOptions class
IcsSaveOptions(int method)
           Initializes a new instance of the IcsSaveOptions class
 
Method Summary
static IcsSaveOptions getDefault()
           Gets the default ics save options
 int getMethod()
           Gets or sets appointment method
 void setMethod(int 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

IcsSaveOptions

public IcsSaveOptions()

Initializes a new instance of the IcsSaveOptions class


IcsSaveOptions

public IcsSaveOptions(int method)

Initializes a new instance of the IcsSaveOptions class

Parameters:
method - An appointment method
Method Detail

getDefault

public static IcsSaveOptions getDefault()

Gets the default ics save options


getMethod

public int getMethod()

Gets or sets appointment method

Throws:
com.aspose.email.ms.System.IllegalArgumentException - value is not defined in AppointmentAction

setMethod

public void setMethod(int value)


Copyright (c) 2008-2012 Aspose Pty Ltd. All Rights Reserved.