PersonalStorageQueryBuilder Class |
Namespace: Aspose.Email.Storage.Pst
The PersonalStorageQueryBuilder type exposes the following members.
Name | Description | |
---|---|---|
![]() | PersonalStorageQueryBuilder |
Initializes a new instance of the PersonalStorageQueryBuilder class.
|
Name | Description | |
---|---|---|
![]() | Bcc |
Gets the field that allows to find messages that contain the specified string in the envelope structure's BCC field.
(Inherited from MailQueryBuilder.) |
![]() | Body |
Gets the field that allows to find messages that contain the specified string in the body of the message.
(Inherited from MailQueryBuilder.) |
![]() | Cc |
Gets the field that allows to find messages that contain the specified string in the envelope structure's CC field.
(Inherited from MailQueryBuilder.) |
![]() | ContainerClass |
Gets folders with an specified message class.
|
![]() | ContentsCount |
Search folders with an specified contents count.
|
![]() | DefaultEncoding |
Gets default encoding (charset) for query builder
(Inherited from MailQueryBuilder.) |
![]() | FolderName |
Search folders with an specified display name.
|
![]() | From |
Gets the field that allows to find messages that contain the specified string in the envelope structure's FROM field.
(Inherited from MailQueryBuilder.) |
![]() | Importance |
Search messages with an specified importance.
|
![]() | InternalDate |
Gets the field that allows to find messages by internal date.
(Inherited from MailQueryBuilder.) |
![]() | MessageClass |
Gets messages with an specified message class.
|
![]() | MessageId |
Gets the field that allows to find messages that contain the specified string in the envelope structure's MessageId field.
|
![]() | MessageSize |
Search messages with an specified size.
|
![]() | OnlyFoldersCreatedByUser |
Gets folders that created by user, i.e. excludes all standard IPM folders.
|
![]() | SentDate |
Gets the field that allows to find messages by sent date.
(Inherited from MailQueryBuilder.) |
![]() | Subject |
Gets the field that allows to find messages that contain the specified string in the envelope structure's SUBJECT field.
(Inherited from MailQueryBuilder.) |
![]() | Text |
Gets the field that allows to find the messages that contain the specified string in the header or body of the message.
(Inherited from MailQueryBuilder.) |
![]() | To |
Gets the field that allows to find messages that contain the specified string in the envelope structure's TO field.
(Inherited from MailQueryBuilder.) |
![]() | UnreadContentsCount |
Search folders with an specified unread contents count.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | FindConversationThread |
Finds the conversation thread.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetQuery |
Gets the query.
(Inherited from MailQueryBuilder.) |
![]() | GetType | (Inherited from Object.) |
![]() | 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.
|
![]() | Or |
Search messages that match either search key. Provides disjunction between two expressions (OR).
(Inherited from MailQueryBuilder.) |
![]() | ToString | (Inherited from Object.) |