使用 .NET 获取 Outlook 离开办公室标志
我的公司正在使用 Exchange 2003。
是否可以从 .NET 代码查询 Exchange 以查明某人的“外出”助手是否打开或关闭?
My company is using Exchange 2003.
Is it possible to query exchange from .NET code to find out if someone's 'Out of Office' assisstant is on or off?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 Outlook Redemption 库,您可以获得“外出”状态,如下所示:
要检查其他用户的状态,您需要获取他们邮箱的
MAPIOBJECT
。Using the Outlook Redemption library, you can get Out of Office status like this:
To check another user's status, you need to get the
MAPIOBJECT
for their mailbox.