Click here to Skip to main content
15,921,660 members

Comments by Nespokill (Top 3 by date)

Nespokill 21-Mar-16 9:32am View    
You should take a look at an email library C#, it can drastically simplify this task for you.
For example here is how to receive emails using pop in C#, this approach works for all major email providers (incuding gmail, yahoo, outlook, etc. see here)
Nespokill 21-Mar-16 9:25am View    
Refer to this. The article shows how you can export GridView or DataGrid controls into a spreadsheet by using this C# component for excel.
Nespokill 21-Mar-16 9:19am View    
Regarding the document, I would suggest you to try converting Word documents to HTML content in C# and then just display that HTML in your form.
Regarding the PDF, I'm not sure if this will suite your needs but how about just using an "iframe" element in your HTML that has a source pointing to your PDF file?