| 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
)
Public Function Parse (
text As String
) As List(Of MailAddress)
public:
List<MailAddress^>^ Parse(
String^ text
)
member Parse :
text : string -> List<MailAddress>
Parameters
- text
- Type: SystemString
String to parse.
Return Value
Type:
ListMailAddressNew list of
MailAddress objects.
See Also