com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class IcsSaveOptions

    • 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

      • getAction

        public final int getAction()

        Gets or sets appointment Action

        Throws:
        com.aspose.ms.System.ArgumentException - value is not defined in AppointmentAction
      • setAction

        public final void setAction(int value)

        Gets or sets appointment Action

        Throws:
        com.aspose.ms.System.ArgumentException - value is not defined in AppointmentAction
      • getProductId

        public final String getProductId()

        Gets or sets the product identifier that created iCalendar object.

        Value: The product identifier.
      • setProductId

        public final void setProductId(String value)

        Gets or sets the product identifier that created iCalendar object.

        Value: The product identifier.
      • getSequenceId

        public final int getSequenceId()

        Gets or sets the sequence id.

        Value: The sequence id.
      • setSequenceId

        public final void setSequenceId(int value)

        Gets or sets the sequence id.

        Value: The sequence id.
      • getMethodType

        public final int getMethodType()

        Gets or sets the iCalendar object method type associated with the calendar object.

      • setMethodType

        public final void setMethodType(int value)

        Gets or sets the iCalendar object method type associated with the calendar object.

      • getStartTimeZone

        public final String getStartTimeZone()

        Gets or sets the Start time zone.

      • setStartTimeZone

        public final void setStartTimeZone(String value)

        Gets or sets the Start time zone.

      • getEndTimeZone

        public final String getEndTimeZone()

        Gets or sets the End time zone.

      • setEndTimeZone

        public final void setEndTimeZone(String value)

        Gets or sets the End time zone.

      • getCreateNew

        public final boolean getCreateNew()

        Gets or sets value indicating whether need create new calendar or append events in existing calendar. Default value is true.

      • setCreateNew

        public final void setCreateNew(boolean value)

        Gets or sets value indicating whether need create new calendar or append events in existing calendar. Default value is true.