com.aspose.email
Class AppointmentFlags

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

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

Enumerates appointment flags.


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 AllDayEvent
           Indicates that appointment is an all day event.
static int None
           Indicates that no specific flags 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

Indicates that no specific flags are set.

See Also:
Constant Field Values

AllDayEvent

public static final int AllDayEvent

Indicates that appointment is an all day event.

See Also:
Constant Field Values


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