View Single Post
Each row may, of course, have several different text columns, but assuming that it is the text of the topic column that you want:

Code:
tell application id "OOut"
	set strText to topic of first selected row of front document
end tell