Transferring data from listview to Word

  • Thread starter Thread starter tanishq1510
  • Start date Start date
T

tanishq1510

Hi,

I have a listview with (addresses + email address) and the selected
address needs to be transferred onto a Word document.Is this possible
with c#?.This word document needs to be sent to the selected email
address.I have looked into the word document email options.There seems
to be no options for sending it to the selected person(this comes from
a table and not from default outlook folder).Is this option possible
with word doc.If not,is there any other alternative?.

Any help is highly appreciated.Thx in advance.
 
Hi,

Yes it is possible. There are different ways of doing it. Probably the
easiest is to automate Word and Outlook from you c# application, then do
whatever you want.

Check MSDN for office automation examples. There are tons of them.

hope this helps


Fitim Skenderi
 
Back
Top