PersonalStorageQueryBuilder

PersonalStorageQueryBuilder class

Represents the builder of search expression
that used by pst.

The PersonalStorageQueryBuilder type exposes the following members:

Constructors

NameDescription
PersonalStorageQueryBuilder()Initializes a new instance of the PersonalStorageQueryBuilder class.

Properties

NameDescription
toGets the field that allows to find messages that contain the specified string in the envelope structure’s TO field.
textGets the field that allows to find the messages that contain the specified string in the headers (subject, from, to, cc) and body of the message.
bccGets the field that allows to find messages that contain the specified string in the envelope structure’s BCC field.
bodyGets the field that allows to find messages that contain the specified string in the body of the message.
ccGets the field that allows to find messages that contain the specified string in the envelope structure’s CC field.
from_addressGets the field that allows to find messages that contain the specified string in the envelope structure’s FROM field.
subjectGets the field that allows to find messages that contain the specified string in the envelope structure’s SUBJECT field.
default_encodingGets default encoding (charset) for query builder
internal_dateGets the field that allows to find messages by internal date.
sent_dateGets the field that allows to find messages by sent date.
only_folders_created_by_userGets folders that created by user, i.e. excludes all standard IPM folders.
message_idGets the field that allows to find messages that contain the specified string in the envelope structure’s MessageId field.
message_classGets messages with an specified message class.
message_sizeSearch messages with an specified size.
importanceSearch messages with an specified importance.
container_classGets folders with an specified message class.
folder_nameSearch folders with an specified display name.
contents_countSearch folders with an specified contents count.
unread_contents_countSearch folders with an specified unread contents count.

Methods

NameDescription
either(query1, query2)
get_query()
find_conversation_thread(related_message)
has_flags(flags)
has_no_flags(flags)
has_subfolders()
has_no_subfolders()

See Also