MailQueryBuilder Properties |
The MailQueryBuilder type exposes the following members.
Name | Description | |
---|---|---|
![]() | Bcc |
Gets the field that allows to find messages that contain the specified string in the envelope structure's BCC field.
|
![]() | Body |
Gets the field that allows to find messages that contain the specified string in the body of the message.
|
![]() | Cc |
Gets the field that allows to find messages that contain the specified string in the envelope structure's CC field.
|
![]() | DefaultEncoding |
Gets default encoding (charset) for query builder
|
![]() | From |
Gets the field that allows to find messages that contain the specified string in the envelope structure's FROM field.
|
![]() | InternalDate |
Gets the field that allows to find messages by internal date.
|
![]() | SentDate |
Gets the field that allows to find messages by sent date.
|
![]() | Subject |
Gets the field that allows to find messages that contain the specified string in the envelope structure's SUBJECT field.
|
![]() | Text |
Gets the field that allows to find the messages that contain the specified string in the header or body of the message.
|
![]() | To |
Gets the field that allows to find messages that contain the specified string in the envelope structure's TO field.
|