Click or drag to resize
MimeKit

UnarySearchQueryOperand Property

Gets the inner operand.

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

Property Value

SearchQuery
The operand.
Remarks
Gets the inner operand.
See Also