Outlook VSTO-从模式表格发送约会时错误

发布于 2025-01-27 08:54:03 字数 144 浏览 4 评论 0原文

我有一个模态表单,允许用户进行自定义选择以生成消息主体。模态表单上的发送按钮应保存并发送邀请。但是,我在发送约会的代码线上会遇到以下错误

,“因为在Outlook中打开了模式表格,因此无法发送此项目”

是否有办法发送邀请,而无需更改为非模式表格?

I have a modal form that allows user to make custom selections to generate a message body. The send button on the modal form should save and send the invite. However I get the following error on the line of code that sends the appointment

"Because a modal form is open in outlook, this item cannot be sent"

Is there a way to send the invite without having to change to a non-modal form?

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

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

发布评论

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

评论(1

毁我热情 2025-02-03 08:54:03

单击发送关闭模式表格吗?尝试先关闭表单,然后致电发送。

如果没有,您还可以推迟调用发送,直到您的表格关闭为止。如果通话失败,您可以再次显示您的表格。

Does clicking Send close your modal form? Try to close the form first, then call Send.

If not, you can also postpone calling Send until your form closes. If the call fails, you can show your form again.

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