Click or drag to resize

MailAddressParserParse Method

Parses text, and creates a list of new MailAddress objects.

Namespace: Limilabs.Mail.Headers
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public List<MailAddress> Parse(
	string text
)

Parameters

text  String
String to parse.

Return Value

ListMailAddress
New list of MailAddress objects.
See Also