VSTO OUTLOOK:在撰写窗口中更改某些电子邮件地址的字体颜色(TO)

发布于 2025-02-10 06:21:48 字数 97 浏览 4 评论 0 原文

我有一个vsto Outlook addin,我想知道如何更改某些电子邮件地址的字体颜色(to :)在撰写窗口中。有可能吗?如果是这样?

我想避免使用自定义表单区域。

I have an VSTO Outlook Addin and I would like to know how can I change the font color of some email addresses (To:) in the compose window. Is that possible? If so how?

I want to avoid using custom form regions.

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

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

发布评论

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

评论(1

音盲 2025-02-17 06:21:48

Outlook的可扩展性模型不能为此提供任何东西。

最好的办法是创建基于替换布局的表单区域替换了内置的控件。请注意,在这种情况下,您需要自己实施所有字段。替换表单区域是一个替换标准表单的默认页面的页面,替换形式区域以标准Outlook表单替换所有页面。请参阅演练:设计Outlook表单区域以获取更多信息。

The Outlook extensibility model doesn't provide anything for that.

The best what you could do is to create a form region based on the replacement layout which substitutes the built-in controls. Be aware, you need to implement all the fields on your own in that case. A replacement form region is a page that replaces the default page of a standard form, and a replace-all form region replaces all pages in a standard Outlook form. See Walkthrough: Design an Outlook form region for more information.

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