Click or drag to resize

ExpressionHeader Method

Creates a criterion to find messages that have a header with the specified field-name (as defined in [RFC-2822]) and that contains the specified string in the text of the header (what comes after the colon). If the string to search is zero-length, this matches all messages that have a header line with the specified field-name regardless of the contents.

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public static ICriterion Header(
	string header,
	string value
)

Parameters

header  String
Header name.
value  String
Header value.

Return Value

ICriterion
New expression.
See Also