public final class MSImportance
extends Enum
Specifies the importance of an appointment.
Modifier and Type | Field and Description |
---|---|
static int |
High
High
|
static int |
Low
Low
|
static int |
Normal
Normal
|
static int |
NotDefined
Property is not set
|
public static final int NotDefined
Property is not set
public static final int Low
Low
public static final int Normal
Normal
public static final int High
High