Receiving email and downloading attachment through a C# Application

后端 未结 4 1978
再見小時候
再見小時候 2021-02-02 16:44

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

4条回答
  •  不知归路
    2021-02-02 17:24

    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.

提交回复
热议问题