Click or drag to resize
MimeKit

BinarySearchQuery Class

A binary search query such as an AND or OR expression.
Inheritance Hierarchy
SystemObject
  MailKit.SearchSearchQuery
    MailKit.SearchBinarySearchQuery

Namespace: MailKit.Search
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public class BinarySearchQuery : SearchQuery

The BinarySearchQuery type exposes the following members.

Constructors
 NameDescription
Public methodBinarySearchQuery Initializes a new instance of the BinarySearchQuery class.
Top
Properties
 NameDescription
Public propertyLeft Gets the left operand of the expression.
Public propertyRight Gets the right operand of the expression.
Public propertyTerm Get the search term used by the search query.
(Inherited from SearchQuery)
Top
Methods
 NameDescription
Public methodAnd(SearchQuery) Create a conditional AND operation.
(Inherited from SearchQuery)
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodOr(SearchQuery) Create a conditional OR operation.
(Inherited from SearchQuery)
Public methodToString
(Inherited from Object)
Top
Remarks
A binary search query such as an AND or OR expression.
See Also