Click or drag to resize
MimeKit

SearchQueryTerm Property

Get the search term used by the search query.

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

Property Value

SearchTerm
The term.
Remarks
Gets the search term used by the search query.
See Also