I am writing a C# tool which send out email report. While sending the email report,I configure From and To address.
To address is automatically resolved to outlook Display name when delivered.
However, From address does not resolve it. On analyzing across the board,I come across this thread. Storing Smtp from email friendly display name in Web.Config
This displays the mail address as My Name <MyName@MyCompany.com>
However, I Just want to see only My Name similar to a mail when I send it from outlook.
Any help would be much appreciated.