将程序共享数据保存在 Exchange 公用文件夹中
我有一个关于 Exchange Server 上的公共文件夹的问题。
我有一个应用程序(Outlook Com Addin),需要在有权访问公共文件夹的每个 Exchange 用户之间共享设置。
我正在考虑将设置存储在 MAPI 关联消息(隐藏 MAPI 消息)中。写入\读取此消息中的数据工作正常,但我没有好地方来保存此项目。
我正在从每个用户拥有的某种全局文件夹或根文件夹中进行查找。我尝试了“所有公共文件夹”文件夹,但没有人可以在那里存储任何项目。我也在考虑 NON_IPM_SUBTREE 但我不确定哪个文件夹可用于在那里写入内容。
也许有人已经面临这个问题并且对此有一些想法?
并把事情说清楚。我正在使用扩展 MAPI,但如果您知道任何涉及 Outlook API 的解决方案,我也会对此感兴趣。
此致,
I have a question reffering to Public Folders on Exchange Server.
I have an application (Outlook Com Addin) that need to share settings amonge every Exchange User that have access to Public Folders.
I was thinking about storing settings in MAPI assotiated message (hidden MAPI message). Wirting\Reading data from this message works fine, but I don't have good place to save this item.
I am looking from some sort of global folder or root folder that every user have. I tried All Public Folders folder, but noone can store any item there. I was also thinking about NON_IPM_SUBTREE but I am not sure which folder can be used to write there something.
Maybe someone faced this problem already and have some thoughts about this it?
And to make things clear. I am using Extended MAPI, but if you know any solution that involves Outlook API, I would be interested in that too.
Best regards,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有预定义的 PF 文件夹。大多数安装都会有“Outlook 安全设置”,但仅此而已。
还有一组隐藏文件夹,Outlook 存储忙/闲信息。
请记住,从 Exchange 2007 开始,PF 是可选的。Exchange 2010 默认情况下不安装 PF 存储。
There are no predefined PF folders. Most installations will have "Outlook Security Settings", but that is about it.
There is also a set of hidden folders where Outlook stores f/b info.
Keep in mind that PF is optional as of Exchange 2007. Exchange 2010 does not install PF store by default.