BaseSearchConditions
Contents
[
Hide
]BaseSearchConditions class
Provides base class for the search conditions.
Constructors
| Name | Description |
|---|---|
| BaseSearchConditions |
Methods
| Name | Description |
|---|---|
| get_Charset | Gets charset. Indicates the charset of the strings that appear in the searching criteria. |
| get_Since | Gets the message date since which the search criteria matches. |
| get_Text | Gets subject text. |
| get_UseUId | Gets a value indicating whether the search method returns sequence numbers or UIDs of messages. |
| set_Charset | Sets charset. Indicates the charset of the strings that appear in the searching criteria. |
| set_Since | Sets the message date since which the search criteria matches. |
| set_Text | Sets subject text. |
| set_UseUId | Sets a value indicating whether the search method returns sequence numbers or UIDs of messages. |