Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 C#,我从这里http://www.limilabs.com/mail找到了 Mail.dll, 这是完美的东西。不幸的是,它不是免费的。有什么方法可以免费获得完整的东西吗?还是有类似的图书馆?顺便说一句,我正在使用 Gmail 和 IMAP :)
是的,有用于发送电子邮件的内置命名空间(例如System.Net.Mail);看看这个教程。
System.Net.Mail
[附录] 如果你想接收消息,请查看类似这样的东西,它可以用于通过 POP3 接收消息。