Currently, in our system, when a user contacts us, we respond through our admin panel. The user then sends an email containing our message and other messages in the conversation.
Then the user must click "Reply to this message", which opens our website, the contact request form and sends the message to the chain (using QueryString to tell which conversation it belongs to).
However, many users like to simply reply to the letter sent to them.
How can I track their response and automatically add it to the same conversation?
We are currently using ASP.NET 3.5, IIS6, and SQL Server 2005, however we will upgrade to ASP.NET 4.0, IIS7, and SQL Server 2008
Thanks Curt
source share