public final class ExchangeConversationFlagStatus
extends com.aspose.ms.System.Enum
Enumerates the flag status for conversation.
Modifier and Type | Field and Description |
---|---|
static int |
Complete
Specifies the complete flag status.
|
static int |
Flagged
Specifies the flagged flag status.
|
static int |
NotFlagged
Specifies the not-flagged status.
|
static int |
Undefined
Undefined status
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Undefined
Undefined status
public static final int NotFlagged
Specifies the not-flagged status.
public static final int Flagged
Specifies the flagged flag status.
public static final int Complete
Specifies the complete flag status.