I am getting items from sent items in outlook in this format:

To Subject Sent Date

I am able to retrieve these bur how or where shouls i placed them?

I have placed them in a list box but then they do not appear one below the other.. I hope ur getting me. What should i use? Also i want to select items from this list....

Code:
lstsentitems.AddItem Sentmail.To & "        " & Sentmail.Subject & "         " & Sentmail.SentOn
I have written this code which just retrieving values an placing them in a list box..