I have an own UI for discussion messages. The issue is the Url of the actual SPListItem doesn't help:
SPListItem message = //get message
var url = message.Url; //returns "/Lists/forum/hello/2.000"
What I want is the url "http://contoso/Lists/forum/Flat.aspx?RootFolder=/Lists/forum/hello&CTID=xxx"
This is what I get when I go to a discussion thread.