Enum FolderKind

FolderKind enumeration

Represents the different kinds of pst folders.

[Flags]
public enum FolderKind

Values

NameValueDescription
Normal1Represents the normal pst folder.
Search2Represents the search folder. It is a virtual folder that provides a view of all email items that match specific search criteria.

See Also