Provides base class for the search conditions. More...
Inherits Object.
Inherited by Aspose::Email::Clients::Imap::SortConditions, Aspose::Email::Clients::Imap::ThreadSearchConditions, and Aspose::Email::Clients::Imap::XGMThreadSearchConditions.
Public Member Functions | |
bool | get_UseUId () const |
Gets a value indicating whether the search method returns sequence numbers or UIDs of messages. More... | |
void | set_UseUId (bool value) |
Sets a value indicating whether the search method returns sequence numbers or UIDs of messages. More... | |
System::String | get_Charset () const |
Gets charset. Indicates the charset of the strings that appear in the searching criteria. More... | |
void | set_Charset (System::String value) |
Sets charset. Indicates the charset of the strings that appear in the searching criteria. More... | |
System::String | get_Text () const |
Gets subject text. More... | |
void | set_Text (System::String value) |
Sets subject text. More... | |
System::Nullable< System::DateTime > | get_Since () const |
Gets the message date since which the search criteria matches. More... | |
void | set_Since (System::Nullable< System::DateTime > value) |
Sets the message date since which the search criteria matches. More... | |
BaseSearchConditions () | |
Provides base class for the search conditions.
Aspose::Email::Clients::Imap::BaseSearchConditions::BaseSearchConditions | ( | ) |
System::String Aspose::Email::Clients::Imap::BaseSearchConditions::get_Charset | ( | ) | const |
Gets charset. Indicates the charset of the strings that appear in the searching criteria.
System::Nullable<System::DateTime> Aspose::Email::Clients::Imap::BaseSearchConditions::get_Since | ( | ) | const |
Gets the message date since which the search criteria matches.
System::String Aspose::Email::Clients::Imap::BaseSearchConditions::get_Text | ( | ) | const |
Gets subject text.
bool Aspose::Email::Clients::Imap::BaseSearchConditions::get_UseUId | ( | ) | const |
Gets a value indicating whether the search method returns sequence numbers or UIDs of messages.
void Aspose::Email::Clients::Imap::BaseSearchConditions::set_Charset | ( | System::String | value | ) |
Sets charset. Indicates the charset of the strings that appear in the searching criteria.
void Aspose::Email::Clients::Imap::BaseSearchConditions::set_Since | ( | System::Nullable< System::DateTime > | value | ) |
Sets the message date since which the search criteria matches.
void Aspose::Email::Clients::Imap::BaseSearchConditions::set_Text | ( | System::String | value | ) |
Sets subject text.
void Aspose::Email::Clients::Imap::BaseSearchConditions::set_UseUId | ( | bool | value | ) |
Sets a value indicating whether the search method returns sequence numbers or UIDs of messages.