Represents the different kinds of pst folders.
Namespace:
Aspose.Email.Storage.Pst
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax [FlagsAttribute]
public enum FolderKind
<FlagsAttribute>
Public Enumeration FolderKind
[FlagsAttribute]
public enum class FolderKind
[<FlagsAttribute>]
type FolderKind
Members
| Member name | Value | Description |
---|
| Normal | 1 |
Represents the normal pst folder.
|
| Search | 2 |
Represents the search folder. It is a virtual folder
that provides a view of all email items that match
specific search criteria.
|
See Also