Defines set of values for selected field to search. More...
Inherits Aspose::Email::Tools::Search::QueryField.
Public Member Functions | |
| int64_t | get_ModificationSequence () const |
| Gets values to search More... | |
| ModificationSequenceField (System::SharedPtr< Aspose::Email::Tools::Search::MailQueryBuilder > owner) | |
| Initializes a new instance of the ComparisonField class. More... | |
| void | GreaterOrEqualTo (int64_t modificationSequence) |
| Sets a value to search for messages that have modification sequence greater or equal to this value. More... | |
| System::SharedPtr< Aspose::Email::Tools::Search::MailQuery > | CreateQuery () |
| Creates the search key. More... | |
| System::String | ToString () const override |
| Returns a String which represents the object instance. More... | |
Friends | |
| class | Aspose::Email::Clients::Imap::ImapQueryBuilder |
Additional Inherited Members | |
Protected Member Functions inherited from Aspose::Email::Tools::Search::QueryField | |
| QueryField (System::String fieldName, System::SharedPtr< MailQueryBuilder > owner) | |
| Initializes a new instance of the ComparisonField class. More... | |
Protected Attributes inherited from Aspose::Email::Tools::Search::QueryField | |
| System::String | FieldName |
| Field Name. More... | |
| System::SharedPtr< MailQueryBuilder > | owner |
| Owner of this object. More... | |
Defines set of values for selected field to search.
| Aspose::Email::Clients::Imap::ModificationSequenceField::ModificationSequenceField | ( | System::SharedPtr< Aspose::Email::Tools::Search::MailQueryBuilder > | owner | ) |
Initializes a new instance of the ComparisonField class.
| owner | Owner of ComparisonField object. |
| System::SharedPtr<Aspose::Email::Tools::Search::MailQuery> Aspose::Email::Clients::Imap::ModificationSequenceField::CreateQuery | ( | ) |
Creates the search key.
| int64_t Aspose::Email::Clients::Imap::ModificationSequenceField::get_ModificationSequence | ( | ) | const |
Gets values to search
| void Aspose::Email::Clients::Imap::ModificationSequenceField::GreaterOrEqualTo | ( | int64_t | modificationSequence | ) |
Sets a value to search for messages that have modification sequence greater or equal to this value.
| modificationSequence | Value to search |
|
override |
Returns a String which represents the object instance.
|
friend |