com.aspose.email
Class MapiCalendarBusyStatus

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

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

Enumerates the mapi calendar possible busy status


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 Busy
           The user is busy.
static int Free
           The user is available.
static int OutOfOffice
           The user is Out of Office (OOF).
static int Tentative
           The user has a tentative event scheduled.
 
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

Free

public static final int Free

The user is available.

See Also:
Constant Field Values

Tentative

public static final int Tentative

The user has a tentative event scheduled.

See Also:
Constant Field Values

Busy

public static final int Busy

The user is busy.

See Also:
Constant Field Values

OutOfOffice

public static final int OutOfOffice

The user is Out of Office (OOF).

See Also:
Constant Field Values


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