Click or drag to resize

ListIDCreateWithoutValidation Method

Creates new ListID object using specified id and display name. This method in contrast to ListID(String, String) constructor doesn't perform any kind of validation.

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

Parameters

id  String
List id.
name  String
List name.

Return Value

ListID
New ListID object.
See Also