Click or drag to resize
MimeKit

BinarySearchQueryRight Property

Gets the right operand of the expression.

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

Property Value

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