Gets the values associated with the specified key.

Namespace: Limilabs.Mail.Headers
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public List<string> GetValues(
	string key
)
Visual Basic
Public Function GetValues ( _
	key As String _
) As List(Of String)
Visual C++
public:
List<String^>^ GetValues(
	String^ key
)

Parameters

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

Return Value

A string array that contains the values associated with the specified key.

See Also