I am writing an email client application for ms-exchange. I have the full email data (content and headers including message id) fetched from exchange server (I used IMAP for fetching the messages).
My client application will list the messages one by one with subject as clickable links. When clicked on a message, it should take the user to the exchange webaccess with the specific message opened in browser.
My question is, how do I form a link to the specific email using messageid or any other info?