Search Results

1
vote

Get Data From An Uploaded Excel File Without Saving to File System

This is something I've been playing with recently. Check this post: Write an excel workboo …
0
votes

Retreiving AlternateView’s of email

Its not immediately possible to parse an email with the classes available in the System.Net.Mail namespace; you either need to create your own MIME parser, or use a third party library instead. …