VSTO:在邮件的附件部分添加控件?

VSTO: Add controls in attachment section of a mail?

Adobe 能够在邮件的 "attachment" 部分放置一些控件...

我如何在 VSTO 中执行此操作?

谢谢

你不能那样做。你能做的最好的就是一个表单区域。

VSTO 不为此提供任何东西。您可以考虑添加一个 Outlook 窗体区域,但它们不提供 window 顶部的任何布局。

如果你想得到类似的东西,你需要使用 Windows API 函数来子类化 Outlook windows。例如,参见 Creating Adjacent Windows In Outlook