Okay, so you list the data in the database in a list, but are you able to click on each submission and view the full submitted email?
You only have one screenshot, and I couldn't tell from the info.
Thanks
http://wordpress.org/extend/plugins/contact-form-7-to-database-extension/
Let me dispel a misconception. This plugin doesn't have anything to do with email. Your form plugin (Contact Form 7, FSCF) creates and sends email when a form is submitted. All this plugin does in listens for form submissions coming from those plugins, and stuffs a copy of the data in the database. It has no knowledge of emails sent by those form plugins. It's just the data.
So you're saying it "does" display the email sent data?
Data: yes, email no.
You get a table of submission data in your DB. You can view data that in an administration page and you can display that data in a post or page using short codes. Short codes provide options on how that data can be displayed.