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.23341.1754
Syntax
public static ListID CreateWithoutValidation(
	string id,
	string name
)

Parameters

id
Type: SystemString
List id.
name
Type: SystemString
List name.

Return Value

Type: ListID
New ListID object.
See Also