public final class FolderKind
extends Enum
Represents the different kinds of pst folders.
Modifier and Type | Field and Description |
---|---|
static int |
Normal
Represents the normal pst folder.
|
static int |
Search
Represents the search folder.
|
public static final int Normal
Represents the normal pst folder.
public static final int Search
Represents the search folder. It is a virtual folder that provides a view of all email items that match specific search criteria.