public final class ExchangeConversationFlagStatus
extends 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
|
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.
Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.