FolderKind Enumeration

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
Members
  Member nameValueDescription
Normal1 Represents the normal pst folder.
Search2 Represents the search folder. It is a virtual folder that provides a view of all email items that match specific search criteria.
See Also