Outlook 加载项和 WPF 窗口
我正在使用 addin Express 编写一个简单的 Outlook 插件。这是2007年和2010年的情况。我有一个 wpf 窗口,我想在 OL 中按下功能区按钮时以模态方式启动。
我现在拥有的代码就是这样做的
MainWindow mw = new MainWindow();
mw.ShowDialog();
,一切似乎都工作正常。我想我的问题是,这真的那么容易吗?或者稍后会有什么东西让我落后。这里不需要任何类型的互操作吗?
谢谢
I am writing a simple Outlook addin using addin Express. This is for 2007 and 2010 . I have a wpf window I want to launch modally when a ribbon button is pressed in OL .
The code I have right now just does this
MainWindow mw = new MainWindow();
mw.ShowDialog();
and everything seems to work fine. I guess my question is , is it really this easy or is something going to get me in the rear later. Is there no need for any interop of any sort here?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论