Click or drag to resize
MimeKit

BinarySearchQueryLeft Property

Gets the left operand of the expression.

Namespace: MailKit.Search
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public SearchQuery Left { get; }

Property Value

SearchQuery
The left operand.
Remarks
Gets the left operand of the expression.
See Also