Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a class C1 with members Name and Value. I have an ObservableCollection C1Coll which will have around 10 to 20 items. I need to write this data out in an email as a table when user clicks on the email option. Any ideas?

share|improve this question
So you are using C#/XAML and want to send an email? Probably using the Share contract? – ma_il Nov 14 '12 at 7:31
yes, I want to use c#/xaml. and how do I write this data out as a table in the email content? – user1186390 Nov 14 '12 at 17:19

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.