Click or drag to resize

HeaderCollectionGetUnfoldedValues Method

Gets the unfolded (new lines removed) values associated with the specified key.

Namespace: Limilabs.Mail.Headers
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public List<string> GetUnfoldedValues(
	string key
)

Parameters

key  String
The string key of the entry that contains the values to get.

Return Value

ListString
A string array that contains the values associated with the specified key.
See Also