如何使用msbuild阅读邮件?
有没有办法使用msbuild读取邮件内容?有任何自定义任务或社区任务可以实现此目的吗?
Is there any way to read mail contents using msbuild? Any custom tasks or community tasks available to achieve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以创建自己的自定义任务。
请参阅以下链接以获取示例代码:
用 C# 读取 MS Exchange 电子邮件
C# MAPI 读取 Exchange 服务器收件箱
阅读 Gmail 收件箱
You can create your own custom task.
See these links for example code:
Read MS Exchange email in C#
C# MAPI to read exchange server inbox
Read Gmail Inbox