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.23341.1754
Syntax
public List<MailAddress> Parse(
	string text
)

Parameters

text
Type: SystemString
String to parse.

Return Value

Type: ListMailAddress
New list of MailAddress objects.
See Also