EWS 托管 API 和项目的 Store EntryID

发布于 2024-11-15 12:25:19 字数 324 浏览 4 评论 0原文

我想通过 EWS 托管 API 以十六进制形式检索项目的 Store EntryID (PR_STORE_ENTRYID)。

我设法使用带有标签 0x0FFB 的 ExtendedPropertyDefinition 检索二进制文件,使用 Convert.ToBase64String 进行转换,然后转换 EWS ConertId / BitConverter.ToString (可能有一种更简单的方法)。

我通过 MFCMAPI 工具检索同一项目的 Store EntryId 进行比较。我通过 EWS 方式最终得到的是 Store EntryID 的最后一部分。

我做错了什么吗?

I want to retrieve the Store EntryID (PR_STORE_ENTRYID) of an item through EWS Managed API in hexadecimal form.

I manage to retrieve the binary using an ExtendedPropertyDefinition with tag 0x0FFB, convert using Convert.ToBase64String, and then convert EWS ConertId / BitConverter.ToString (there is probably an easier way).

I retrieve Store EntryId for same item through MFCMAPI tool for comparison. What I end up with through the EWS way is the last part of the Store EntryID.

Am I doing something wrong?

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

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

发布评论

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

评论(1

暮年 2024-11-22 12:25:19

我从来没有玩过 id 转换,但是你尝试过这里描述的东西吗? http://msdn.microsoft.com/en-我们/library/gg274397(v=EXCHG.80).aspx

I never played with id conversion but did you try something like described here? http://msdn.microsoft.com/en-us/library/gg274397(v=EXCHG.80).aspx

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