两个用户一个帐户,Outlook 2010中的UDF(UserProperties)问题 [英] Two users one account, problem with UDF(UserProperties) in Outlook 2010

查看:76
本文介绍了两个用户一个帐户,Outlook 2010中的UDF(UserProperties)问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我写了一个vsto插件,我需要在电子邮件中添加自己的签名。

I write a vsto plugin in which I need to add my own signature to e-mail.

Outlook.MailItem Mail =  Globals.ThisAddIn.Application.ActiveInspector().CurrentItem;
Mail.UserProperties.Add("FieldName", OlUserPropertyType.olText, true, OlFormatText.olFormatTextText);
Mail.UserProperties["FieldName"].Value = responseJSON.CaseSignature;

我这样做是通过UserPropierties,它可以在用户的​​帐户上顺利运行。

但是,此设置不会转移到使用同一个框的其他用户。

邮件已连接交换和帐户连接到AD

I am doing this through UserPropierties, and it works smoothly on the user's account who does it.
However, this setting is not transferred to another user who uses the same box.
The mail is connected to exchange and accounts are connected to AD

推荐答案

Hi MiiiM,

Hi MiiiM,

感谢您访问我们的论坛。那么我们主要关注Outlook客户端的一般问题。由于您的查询与VSTO有关,因此我会将您的主题移至以下VSTO专用论坛以获得更好的响应:

Thanks for visiting our forum. Then here we mainly focus on general issues about Outlook client. Since your query is related to VSTO, I'll move your thread to the following dedicated forum for VSTO for better response:

https://social.msdn.microsoft.com/Forums/en-US/home?forum=vsto

我们建议适当发布的原因是您将获得最合格的受访者群体,而定期阅读论坛的其他合作伙伴可以分享他们的知识或从您与我们的互动中学习。感谢您的理解。

The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.

问候,

Yuki Sun


这篇关于两个用户一个帐户,Outlook 2010中的UDF(UserProperties)问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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