How can I pass a ListBox content to a string (array of strings?). I need to get a similar format of data:
Value1
Value2
Value3
Where each Value is a separate ListBox item.
EDITED: I wasn't too accurate with my question. I want to send desired list of values as an e-mail through my WPF application, unfortunately values are sent in one line. Even use of /n is not helping. What can I do to change appearance to list instead of string?