Click or drag to resize

ListID Constructor (String, String)

Creates new ListID object instance.

Namespace:  Limilabs.Mail.Headers
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public ListID(
	string id,
	string name
)

Parameters

id
Type: SystemString
List id.
name
Type: SystemString
List name.
See Also