I am trying to implement a WPF application which can receive the mails sent to a specific email address. The scenario is that, the user will send a PPT file as an attachment to
You can use POP3 or IMAP to check for email messages and then process the email message for saving the attached .ppt file. Click here for a sample.