 | MailAddressParserParse Method |
Parses text, and creates a list of new
MailAddress objects.
Namespace: Limilabs.Mail.HeadersAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic List<MailAddress> Parse(
string text
)
Public Function Parse (
text As String
) As List(Of MailAddress)
public:
List<MailAddress^>^ Parse(
String^ text
)
member Parse :
text : string -> List<MailAddress> Parameters
- text String
- String to parse.
Return Value
ListMailAddressNew list of
MailAddress objects.
See Also