Click or drag to resize
MimeKit

UnarySearchQuery Constructor

Initializes a new instance of the UnarySearchQuery class.

Namespace: MailKit.Search
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public UnarySearchQuery(
	SearchTerm term,
	SearchQuery operand
)

Parameters

term  SearchTerm
The search term.
operand  SearchQuery
The operand.
Exceptions
ExceptionCondition
ArgumentNullExceptionoperand is null.
Remarks
Creates a new unary search query.
See Also