 | HeaderCollectionGetUnfoldedValue Method |
Gets the unfolded (new lines removed) value associated with the specified key.
Namespace: Limilabs.Mail.HeadersAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic string GetUnfoldedValue(
string key
)
Public Function GetUnfoldedValue (
key As String
) As String
public:
String^ GetUnfoldedValue(
String^ key
)
member GetUnfoldedValue :
key : string -> string Parameters
- key String
- The string key of the entry that contains the value to get.
Return Value
StringA string that contains the value associated with the specified key.
See Also