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.23341.1754
Syntax
public List<string> GetUnfoldedValues(
	string key
)

Parameters

key
Type: SystemString
The string key of the entry that contains the values to get.

Return Value

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