Exchange Server Webdav:如何检索创建的新项目的唯一 ID

发布于 2024-10-07 15:45:27 字数 159 浏览 1 评论 0原文

我正在 Exchange Server 2003 中使用 WebDav 创建约会,它运行得非常好。然而,我想为未来的用户获取新创建的项目的句柄,例如设置自定义属性/删除等。

如何为新创建的约会取回唯一的 ID 或其他内容? PROPPATCH 有返回值吗?

谢谢 什里达尔

I am creating the appointments using WebDav in Exchange server 2003 and it is working perfectly fine. I however want to get an handle for the newly created items for future user like setting custom property/deleting etc.

How to get back a unique ID or something for the newly create the appointment? Does the PROPPATCH return any value??

Thanks
Shreedhar

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

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

发布评论

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

评论(1

吻安 2024-10-14 15:45:27

当您创建新项目时,服务器返回 MultiStatus。 MultiStatus 响应内部是项目的 url。保留此 URL 供以后使用(删除/更新项目)。

http://msdn.microsoft.com/en- us/library/aa142976(v=exchg.65).aspx

还有一个来自 Independentsoft 的简洁设计的库,它为 Exchange 实现了 WebDAV 协议。当您创建新项目时,它还会返回项目的 url。

When you create new item server returns MultiStatus. Inside MultiStatus response is item's url. Keep this url for later use (to delete/update item).

http://msdn.microsoft.com/en-us/library/aa142976(v=exchg.65).aspx

There is also a library with clean design from Independentsoft which implements WebDAV protocol for Exchange. It also returns item's url when you create new item.

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