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(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

IcsSaveOptions

public IcsSaveOptions()

Initializes a new instance of the IcsSaveOptions class


IcsSaveOptions

public IcsSaveOptions(AppointmentAction 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 AppointmentAction getMethod()

Gets or sets appointment method

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

setMethod

public void setMethod(AppointmentAction value)


Copyright (c) 2002-2011 Aspose Pty Ltd. All Rights Reserved.