R
Ramesh
For the given mail id, how to retrive the full name ?
For example
[email protected] <John Thomas>
I am doing a program in ASP.net with C#.
I will be having the mail id as [email protected], I would like to have the
full name, that is "John Thomas". So that, Programatically I can write a mail
as follows,
John Thomas,
Content......
as I am not getting the full name now I am writting as
[email protected],
Content.............
is it possible?
For example
[email protected] <John Thomas>
I am doing a program in ASP.net with C#.
I will be having the mail id as [email protected], I would like to have the
full name, that is "John Thomas". So that, Programatically I can write a mail
as follows,
John Thomas,
Content......
as I am not getting the full name now I am writting as
[email protected],
Content.............
is it possible?