I have created a Web Email Application, How do I view and save attached files?
I am using OpenPop, a third Party d
The OpenPop.Mime.Message class has ToMailMessage() method that converts OpenPop's Message to System.Net.Mail.MailMessage, which has an Attachments property. Try extracting attachments from there.
OpenPop.Mime.Message
ToMailMessage()
System.Net.Mail.MailMessage
Attachments