Base class for query fields. More...
Inherits Object.
Inherited by Aspose::Email::Clients::Imap::ESearchOptions, Aspose::Email::Clients::Imap::ModificationSequenceField, Aspose::Email::Clients::Imap::SequenceSetField, and Aspose::Email::Tools::Search::ComparisonField.
Protected Member Functions | |
QueryField (System::String fieldName, System::SharedPtr< MailQueryBuilder > owner) | |
Initializes a new instance of the ComparisonField class. More... | |
Protected Attributes | |
System::String | FieldName |
Field Name. More... | |
System::SharedPtr< MailQueryBuilder > | owner |
Owner of this object. More... | |
Base class for query fields.
|
protected |
Initializes a new instance of the ComparisonField class.
fieldName | Name of the field. |
owner | Owner of ComparisonField object. |
|
friend |
|
friend |
|
friend |
|
friend |
|
protected |
Field Name.
|
protected |
Owner of this object.