How can a display msg file to user in Reply/ReplyAll/Forward mode just like outlook mailitems ?
Windows Forms
1
Posts
1
Posters
1
Views
1
Watching
-
I want to open a msg file from disk and perform a Reply action like normal mailitem and display it to user. Currently i have a datagrid where i show list of msg files .When i right-click on the grid we have context menu for Reply/ReplyAll/Forward option. If a user clicks on any of these action i should be able to open the mailitem in reply/replyall/forward mode. In Outlook when we click reply for a mailitem it displays the mailitem to user...the same way i want the msg file to be opened to user in reply mode. Any help is greatly appreciated ... :)