Click or drag to resize
MimeKit

SearchQueryBccContains Method

Match messages where the Bcc header contains the specified text.

Namespace: MailKit.Search
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public static TextSearchQuery BccContains(
	string text
)

Parameters

text  String
The text to match against.

Return Value

TextSearchQuery
A TextSearchQuery.
Exceptions
ExceptionCondition
ArgumentNullExceptiontext is null.
ArgumentExceptiontext is empty.
Remarks
Matches messages where the Bcc header contains the specified text.
See Also