如何在VSTO中使用C#的Outlook添加定制的阅读窗格?

发布于 2025-02-06 16:37:13 字数 126 浏览 2 评论 0原文

我正在为Outlook实施加载项。我目前正在用MessageBox实现所有消息。由于这不是一个不错的解决方案,因此我想通过阅读窗格或类似内容显示消息。如何使用C#在VSTO中实现此目标?还是有更好的解决方案?

I am in the process of implementing an add-in for outlook. I am currently implementing all messages with the MessageBox. As this is not a nice solution, I would like to display the messages via a reading pane or something similar. How can I implement this in Vsto with C#? Or is there a better solution?

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

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

发布评论

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

评论(2

三人与歌 2025-02-13 16:37:13

任务窗格将是以非模式方式显示任何信息的好选择(请参阅 https://learn.microsoft.com/en-us/visalsto/visualsto/vsto/walkthrough-displaying-custom -task-panes-with-e-me-messages-in-inlook?view = vs-2022 )。

请注意,与Outlook表单区域不同,任务窗格可让您完全控制它们的显示和隐藏。

Task panes would be a good option for displaying any information in a non-modal fashion (see https://learn.microsoft.com/en-us/visualstudio/vsto/walkthrough-displaying-custom-task-panes-with-e-mail-messages-in-outlook?view=vs-2022).

Note that unlike Outlook form regions, task panes give you full control over when they are shown and hidden.

小糖芽 2025-02-13 16:37:13

您可以考虑在Outlook中创建一个形式区域。请参阅有关更多信息。另外,您可能会发现演练:设计Outlook表格区域有帮助。

另一个选项是Outlook中的自定义任务窗格。在演练:在Outlook中显示带有电子邮件的自定义任务窗格文章。

You may consider creating a form region in Outlook. See Create Outlook form regions for more information. Also you may find the Walkthrough: Design an Outlook form region helpful.

Another option is custom task panes in Outlook. Read more about that in the Walkthrough: Display custom task panes with email messages in Outlook article.

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