EWS 托管 API 和项目的 Store EntryID
我想通过 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我从来没有玩过 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