com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class MapiCalendarRecurrencePattern

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      int getCalendarType()
      Gets or sets the type of calendar that is used
      com.aspose.ms.System.Collections.Generic.IGenericList<Date> getDeletedInstanceDates()
      An array of dates, each of which is the original instance date of either a deleted instance or a modified instance for this recurrence.
      Date getEndDate()
      Gets or sets Defines the end date of an item recurrence pattern.
      int getEndType()
      Gets or sets the ending type for the recurrence.
      com.aspose.ms.System.Collections.Generic.IGenericList<MapiCalendarExceptionInfo> getExceptions()
      An exception specifies changes to an instance of a recurring series.
      int getFrequency()
      Gets or sets the frequency of the recurring series.
      com.aspose.ms.System.Collections.Generic.IGenericList<Date> getModifiedInstanceDates()
      An array of dates, each of which is the date of a modified instance.
      long getOccurrenceCount()
      Gets or sets the number of occurrences in a recurrence.
      int getPatternType()
      Gets or sets the type of recurrence pattern
      abstract long getPeriod()
      Gets or sets interval at which the meeting pattern repeats
      boolean getSlidingFlag()
      Defines whether pattern is sliding or not.
      Date getStartDate()
      Gets or sets the start date of an item recurrence pattern.
      int getWeekStartDay()
      Gets or sets the first day of the calendar week.
      void setCalendarType(int value)
      Gets or sets the type of calendar that is used
      void setEndDate(Date value)
      Gets or sets Defines the end date of an item recurrence pattern.
      void setEndType(int value)
      Gets or sets the ending type for the recurrence.
      protected void setFrequency(int value)
      Gets or sets the frequency of the recurring series.
      void setOccurrenceCount(long value)
      Gets or sets the number of occurrences in a recurrence.
      void setPatternType(int value)
      Gets or sets the type of recurrence pattern
      abstract void setPeriod(long value)
      Gets or sets interval at which the meeting pattern repeats
      void setSlidingFlag(boolean value)
      Defines whether pattern is sliding or not.
      void setStartDate(Date value)
      Gets or sets the start date of an item recurrence pattern.
      void setWeekStartDay(int value)
      Gets or sets the first day of the calendar week.
    • Constructor Detail

      • MapiCalendarRecurrencePattern

        public MapiCalendarRecurrencePattern()
    • Method Detail

      • getStartDate

        public final Date getStartDate()

        Gets or sets the start date of an item recurrence pattern.

      • setStartDate

        public final void setStartDate(Date value)

        Gets or sets the start date of an item recurrence pattern.

      • getEndDate

        public final Date getEndDate()

        Gets or sets Defines the end date of an item recurrence pattern.

      • setEndDate

        public final void setEndDate(Date value)

        Gets or sets Defines the end date of an item recurrence pattern.

      • getPeriod

        public abstract long getPeriod()

        Gets or sets interval at which the meeting pattern repeats

      • setPeriod

        public abstract void setPeriod(long value)

        Gets or sets interval at which the meeting pattern repeats

      • getFrequency

        public int getFrequency()

        Gets or sets the frequency of the recurring series.

      • setFrequency

        protected final void setFrequency(int value)

        Gets or sets the frequency of the recurring series.

      • getWeekStartDay

        public final int getWeekStartDay()

        Gets or sets the first day of the calendar week.

      • setWeekStartDay

        public final void setWeekStartDay(int value)

        Gets or sets the first day of the calendar week.

      • getOccurrenceCount

        public final long getOccurrenceCount()

        Gets or sets the number of occurrences in a recurrence.

      • setOccurrenceCount

        public final void setOccurrenceCount(long value)

        Gets or sets the number of occurrences in a recurrence.

      • getPatternType

        public final int getPatternType()

        Gets or sets the type of recurrence pattern

      • setPatternType

        public final void setPatternType(int value)

        Gets or sets the type of recurrence pattern

      • getCalendarType

        public final int getCalendarType()

        Gets or sets the type of calendar that is used

      • setCalendarType

        public final void setCalendarType(int value)

        Gets or sets the type of calendar that is used

      • getEndType

        public final int getEndType()

        Gets or sets the ending type for the recurrence.

      • setEndType

        public final void setEndType(int value)

        Gets or sets the ending type for the recurrence.

      • getSlidingFlag

        public final boolean getSlidingFlag()

        Defines whether pattern is sliding or not.

      • setSlidingFlag

        public final void setSlidingFlag(boolean value)

        Defines whether pattern is sliding or not.

      • getExceptions

        public final com.aspose.ms.System.Collections.Generic.IGenericList<MapiCalendarExceptionInfo> getExceptions()

        An exception specifies changes to an instance of a recurring series.

      • getDeletedInstanceDates

        public com.aspose.ms.System.Collections.Generic.IGenericList<Date> getDeletedInstanceDates()

        An array of dates, each of which is the original instance date of either a deleted instance or a modified instance for this recurrence.

      • getModifiedInstanceDates

        public com.aspose.ms.System.Collections.Generic.IGenericList<Date> getModifiedInstanceDates()

        An array of dates, each of which is the date of a modified instance.