Parse("John Doe <john.doe@hotmail.com>")
gives:
Address = John Doe <john.doe@hotmail.com>
Name =
wouldn't it make sense to have it return:
Address = john.doe@hotmail.com
Name = John Doe
or am I missing something here?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Parse("John Doe <john.doe@hotmail.com>")
gives:
Address = John Doe <john.doe@hotmail.com>
Name =
wouldn't it make sense to have it return:
Address = john.doe@hotmail.com
Name = John Doe
or am I missing something here?