如何在 SharePoint 工作流中获取用户的离开办公室状态

发布于 2024-12-15 05:21:41 字数 139 浏览 1 评论 0原文

我有一个要求,在为该用户创建任务之前,需要在 SharePoint 工作流 (Visual Studio) 中读取该用户的外出状态。如果该人不在办公室,工作流不应创建任务。

是否可以使用 SharePoint 中的任何 API 检查用户的外出状态?

I've a requirement where I need to read the Out of Office status of a user in SharePoint Workflow (Visual Studio) before creating a Task for that person. If the person is out-of-office the workflow should not create a Task.

Is it possible to check the Out of Office status of the user using any API in SharePoint?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

可是我不能没有你 2024-12-22 05:21:41

用户的外出 (OOF) 状态和通知存储在 Exchange 中,而不是 SharePoint 中,因此没有 SharePoint API 来收集此信息,但是,Exchange Web 服务确实会公开此信息。 这篇博文 包括调用 Exchange 2010 查询 OOF 状态的示例代码。

The user's Out of Office (OOF) status and notifications are stored in Exchange, not SharePoint, so there isn't a SharePoint API to gather this information, however, Exchange Web Services does expose this information. This blog post includes sample code for calling Exchange 2010 to query for OOF status.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文