如何启动Outlook日历和约会

时间:2015-03-14 04:53:07

标签: c# winforms outlook-2007

我使用C#.net 3.5 vs2010的Windows窗体应用程序。我想使用Outlook 2007日历和约会(Microsoft Outlook 12.0对象库)来显示来自数据库的特定用户的Outlook约会。

在执行应用程序时,它会打开单独的outlook日历和约会窗口,但我想在我的表单中打开该窗口。请给我解决方案,或者如果可能的话,另外提出建议。

1 个答案:

答案 0 :(得分:0)

您可以使用任何.Net控件在Windows窗体上显示日历约会。要获取所需数据,您可以在不打开任何Outlook窗口的情况下自动执行Outlook,请参阅How to automate Outlook from another program。您也可以找到How to automate Outlook and Word by using Visual C# .NET to create a pre-populated e-mail message that can be editedC# app automates Outlook (CSAutomateOutlook)

您无法在应用程序中嵌入Outlook窗口,但该窗口不受支持。