| HeaderCollectionGetValues Method |
Gets the values associated with the specified key.
Namespace:
Limilabs.Mail.Headers
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public List<string> GetValues(
string key
)
Public Function GetValues (
key As String
) As List(Of String)
public:
List<String^>^ GetValues(
String^ key
)
member GetValues :
key : string -> List<string>
Parameters
- key
- Type: SystemString
The string key of the entry that contains the values to get.
Return Value
Type:
ListStringA string array that contains the values associated with the specified key.
See Also