com.aspose.email
Class MapiCalendarRecurrenceEndType

java.lang.Object
  extended by com.aspose.email.ms.java.Enum
      extended by com.aspose.email.MapiCalendarRecurrenceEndType

public final class MapiCalendarRecurrenceEndType
extends com.aspose.email.ms.java.Enum

Enumerates the ending type for the recurrence.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.email.ms.java.Enum
com.aspose.email.ms.java.Enum.AbstractEnum, com.aspose.email.ms.java.Enum.FlaggedEnum, com.aspose.email.ms.java.Enum.SimpleEnum
 
Field Summary
static int EndAfterDate
           Ends after date.
static int EndAfterNOccurrences
           Ends after N occurrences.
static int NeverEnd
           Never ends.
static int None
           No values are set
 
Fields inherited from class com.aspose.email.ms.java.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.email.ms.java.Enum
format, getName, getNames, getUnderlyingType, getValues, isDefined, parse, parse, register
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

None

public static final int None

No values are set

See Also:
Constant Field Values

EndAfterDate

public static final int EndAfterDate

Ends after date.

See Also:
Constant Field Values

EndAfterNOccurrences

public static final int EndAfterNOccurrences

Ends after N occurrences.

See Also:
Constant Field Values

NeverEnd

public static final int NeverEnd

Never ends.

See Also:
Constant Field Values


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