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.
如何将信件移到垃圾箱?现在我只是从服务器中删除这封信,使用下一个代码:
client.DeleteMessage(0); client.Disconnect(true);
使用 POP3 协议,您无法将邮件移动到服务器端的垃圾箱文件夹中。
您只能使用 IMAP 执行此操作。