Click or drag to resize

HeaderCollectionGetUnfoldedValue Method

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

Namespace:  Limilabs.Mail.Headers
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public string GetUnfoldedValue(
	string key
)

Parameters

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

Return Value

Type: String
A string that contains the value associated with the specified key.
See Also