Click here to Skip to main content
15,917,859 members

Comments by Sublarton0 (Top 3 by date)

Sublarton0 2-May-16 4:31am View    
Here is a solution for converting excel into a PDF in .NET:

ExcelFile.Load("Book1.xlsx").Save("Book1.pdf");

The code is provided with this .NET library for excel files. Also if interested here how you can export your excels in ASP.NET.
Sublarton0 2-May-16 4:03am View    
You did not specify if you're referring to email message or email account, this makes a huge difference.
- For an account you can check Solution 2.
- For a message you can check this C# component for emails, what you can do is retrieve all emails with IMAP in C# and then search for the targeted one.