com.aspose.email
Class MapiCalendarRecurrenceEndType

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

public final class MapiCalendarRecurrenceEndType
extends Object

Enumerates the ending type for the recurrence.


Field Summary
static int END_AFTER_DATE
           
static int END_AFTER_N_OCCURRENCES
           
static int NEVER_END
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

END_AFTER_DATE

public static final int END_AFTER_DATE
See Also:
Constant Field Values

END_AFTER_N_OCCURRENCES

public static final int END_AFTER_N_OCCURRENCES
See Also:
Constant Field Values

NEVER_END

public static final int NEVER_END
See Also:
Constant Field Values


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