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.
我正在寻找有关如何使用 .net 连接到 Exchange 2007/2010 并删除给定邮箱中的所有项目的建议。
谢谢
如果您正在运行 OWA,则可以通过 EWS 进行连接。如果您使用 Microsoft.Exchange.WebServices.Data 命名空间,那么您可以用很少的代码完成很多事情。网上也有很多资料。