public final class MSBusyStatus
extends Enum
Specifies the BUSY status of an appointment.
Modifier and Type | Field and Description |
---|---|
static int |
Busy
Busy
|
static int |
Free
Free
|
static int |
NotDefined
Value is not defined
|
static int |
Oof
Out of office
|
static int |
Tentative
Tentative
|
static int |
WorkingElsewhere
Working in a location away from the office
|
public static final int NotDefined
Value is not defined
public static final int Free
Free
public static final int Tentative
Tentative
public static final int Busy
Busy
public static final int Oof
Out of office
public static final int WorkingElsewhere
Working in a location away from the office