com.aspose.email
Class MapiCalendarBusyStatus

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

public final class MapiCalendarBusyStatus
extends Object

Enumerates the mapi calendar possible busy status


Field Summary
static int BUSY
           The user is busy.
static int FREE
           The user is available.
static int OUT_OF_OFFICE
           The user is Out of Office (OOF).
static int TENTATIVE
           The user has a tentative event scheduled.
 
Method Summary
 
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

OUT_OF_OFFICE

public static final int OUT_OF_OFFICE

The user is Out of Office (OOF).

See Also:
Constant Field Values


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