[ CCode ( cname = "internet_address_list_parse" ) ]
public static InternetAddressList? parse (ParserOptions? options, string str)
Construct a list of internet addresses from the given string.
options |
a ParserOptions or null |
str |
a string containing internet addresses |
a InternetAddressList or null if the input string does not contain any addresses. |