Click or drag to resize

PdiHeader Constructor (String, String)

Creates new PdiHeader object with specified Key and Value.

Namespace:  Limilabs.Mail.PDI
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public PdiHeader(
	string key,
	string value
)

Parameters

key
Type: SystemString
Header's key.
value
Type: SystemString
Header's raw value.
See Also