Click or drag to resize

KeyValues(String, ListString) Constructor

Creates new KeyValues object.

Namespace: Limilabs.Mail.PDI
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public KeyValues(
	string key,
	List<string> values
)

Parameters

key  String
Key.
values  ListString
Values.
See Also