PersonalStorageQueryBuilder Properties

The PersonalStorageQueryBuilder type exposes the following members.

Properties
  NameDescription
Public propertyBcc
Gets the field that allows to find messages that contain the specified string in the envelope structure's BCC field.
(Inherited from MailQueryBuilder.)
Public propertyBody
Gets the field that allows to find messages that contain the specified string in the body of the message.
(Inherited from MailQueryBuilder.)
Public propertyCc
Gets the field that allows to find messages that contain the specified string in the envelope structure's CC field.
(Inherited from MailQueryBuilder.)
Public propertyContainerClass
Gets folders with an specified message class.
Public propertyContentsCount
Search folders with an specified contents count.
Public propertyDefaultEncoding
Gets default encoding (charset) for query builder
(Inherited from MailQueryBuilder.)
Public propertyFolderName
Search folders with an specified display name.
Public propertyFrom
Gets the field that allows to find messages that contain the specified string in the envelope structure's FROM field.
(Inherited from MailQueryBuilder.)
Public propertyImportance
Search messages with an specified importance.
Public propertyInternalDate
Gets the field that allows to find messages by internal date.
(Inherited from MailQueryBuilder.)
Public propertyMessageClass
Gets messages with an specified message class.
Public propertyMessageId
Gets the field that allows to find messages that contain the specified string in the envelope structure's MessageId field.
Public propertyMessageSize
Search messages with an specified size.
Public propertyOnlyFoldersCreatedByUser
Gets folders that created by user, i.e. excludes all standard IPM folders.
Public propertySentDate
Gets the field that allows to find messages by sent date.
(Inherited from MailQueryBuilder.)
Public propertySubject
Gets the field that allows to find messages that contain the specified string in the envelope structure's SUBJECT field.
(Inherited from MailQueryBuilder.)
Public propertyText
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.)
Public propertyTo
Gets the field that allows to find messages that contain the specified string in the envelope structure's TO field.
(Inherited from MailQueryBuilder.)
Public propertyUnreadContentsCount
Search folders with an specified unread contents count.
See Also