PersonalStorageQueryBuilder
Contents
[
Hide
]PersonalStorageQueryBuilder class
Inherits: Aspose::Email::Tools::Search::MailQueryBuilder
Represents the builder of search expression that used by pst.
Constructors
| Name | Description |
|---|---|
| PersonalStorageQueryBuilder | Initializes a new instance of the PersonalStorageQueryBuilder class. |
Methods
| Name | Description |
|---|---|
| FindConversationThread | Finds the conversation thread. |
| get_ContainerClass | Gets folders with an specified message class. |
| get_ContentsCount | Search folders with an specified contents count. |
| get_FolderName | Search folders with an specified display name. |
| get_Importance | Search messages with an specified importance. |
| get_MessageClass | Gets messages with an specified message class. |
| get_MessageId | Gets the field that allows to find messages that contain the specified string in the envelope structure’s MessageId field. |
| get_MessageSize | Search messages with an specified size. |
| get_OnlyFoldersCreatedByUser | Gets folders that created by user, i.e. excludes all standard IPM folders. |
| get_UnreadContentsCount | Search folders with an specified unread contents count. |
| HasFlags | Search messages with the specified flags. |
| HasNoFlags | Search messages with the unspecified flags. |
| HasNoSubfolders | Search folders which does not contains subfolders. |
| HasSubfolders | Search folders which contains subfolders. |