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.23341.1754
Syntax
public static ICriterion Header(
	string header,
	string value
)

Parameters

header
Type: SystemString
Header name.
value
Type: SystemString
Header value.

Return Value

Type: ICriterion
New expression.
See Also