How to save email attachments in C# [closed]
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 7 years ago . How can I, using C#, Download an email attachment from my mail (for instance gmail)? 回答1: // Firstly you might want to use POP3Class which is mail support class. POP3Class Pop3= new POP3Class(); pop3.DoConnect(