 | HeaderCollectionGetUnfoldedValues Method |
Gets the unfolded (new lines removed) values associated with the specified key.
Namespace: Limilabs.Mail.HeadersAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic List<string> GetUnfoldedValues(
string key
)
Public Function GetUnfoldedValues (
key As String
) As List(Of String)
public:
List<String^>^ GetUnfoldedValues(
String^ key
)
member GetUnfoldedValues :
key : string -> List<string> Parameters
- key String
- The string key of the entry that contains the values to get.
Return Value
ListStringA string array that contains the values associated with the specified key.
See Also