c#outlook.store.DisplayName只读?我该怎么设置呢? [英] c# outlook.store.DisplayName read only? how do I set it?

查看:188
本文介绍了c#outlook.store.DisplayName只读?我该怎么设置呢?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想给每个商店显示名称指向.pst的路径

I want to give each store display name the path to the .pst

我该怎么办?  

Karron博士(drdbkarron) 和drdbkarron@gmail.com

dr Karron (drdbkarron)  and drdbkarron@gmail.com

推荐答案

你好,

由于业务规则的设置,Outlook对象模型限制了某些操作。但是,您可以使用低级代码 - 扩展MAPI或围绕该API的任何其他第三方包装器(如Redemption)来设置商店的显示名称。您需要的是PR_DISPLAY_NAME
(DASL名称是  http://schemas.microsoft.com/mapi/proptag/0x3001001F)。

The Outlook object model restricts some operations due to business rules set. However, you can use a low-level code - Extended MAPI or any other third-party wrapper around that API such as Redemption for setting the display name of the store. The PR_DISPLAY_NAME (DASL name is http://schemas.microsoft.com/mapi/proptag/0x3001001F) is what you need.


这篇关于c#outlook.store.DisplayName只读?我该怎么设置呢?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆