Click or drag to resize
MimeKit

TextSearchQueryText Property

Gets the text to match against.

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

Property Value

String
The text.
Remarks
Gets the text to match against.
See Also