如何在 Exchange Server 2007 中关闭特定用户的服务
我是 Exchange Server2007 编程新手。我的场景是一次从多个用户帐户读取邮件。现在我正在读取一个用户的信息,但不能同时读取第二个用户的信息。任何人都可以帮我得到这个吗?我假设如何关闭特定用户的服务并继续为其他用户提供相同的服务。
这是一个截止日期的情况。立即响应会有很大帮助。
提前致谢。
I am new to Exhange Server2007 programming. My scenario is to read mails from more than one user account at a time. Now I am reading information of one user but not for the second user at same time. Can an anybody help me to get this. I am assuming that how I can close the service for a specific user and continue for the other user with the same service.
It's a deadline situation. Immediate response can be greately helped.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
假设您使用的是 Exchange Web 服务或 EWS 托管 API,则无需关闭任何内容。
给予适当的权限(这是您真正需要的),只需在绑定操作中指定用户的主电子邮件地址即可打开其他用户的邮箱:
Assuming you are using the Exchange Web Services or EWS Managed API, you don't need to close anything.
Given the appropiate permissions (this is what you really need), just open the other users mailbox by specifying the users primary email address in the Bind operation: