如何使用 Powershell 监控特定收件箱中的命令?
我想设置一个功能,让 powershell 脚本访问特定邮箱中的电子邮件。然后,它会解析每封电子邮件以与一组特定的用户进行对话。作为一个可以通过电子邮件进行交互的系统。这怎么可能实现呢?
I would like to set up functionality where a powershell script would access the email in a specific mailbox. It would then parse each email to engage in dialog with a specific set of users. To serve as a system that could be interacted with through email. How could this be pulled off?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想从安装了 Outlook 的客户端运行此程序,那么以下是一个很好的起点(不需要 EWS)。
If you want to run this from a client with Outlook installed then the following is a good starting point (EWS is not required).