public final class MapiCalendarBusyStatus
extends com.aspose.email.ms.java.Enum
Enumerates the mapi calendar possible busy status
Modifier and Type | Field and Description |
---|---|
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.
|
public static final int Free
The user is available.
public static final int Tentative
The user has a tentative event scheduled.
public static final int Busy
The user is busy.
public static final int OutOfOffice
The user is Out of Office (OOF).
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.