Click or drag to resize

KeyValues Constructor (String, ListString)

Creates new KeyValues object.

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

Parameters

key
Type: SystemString
Key.
values
Type: System.Collections.GenericListString
Values.
See Also