Microsoft.Office.Interop.Outlook命名空间问题 [英] Microsoft.Office.Interop.Outlook namespace question

查看:386
本文介绍了Microsoft.Office.Interop.Outlook命名空间问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

那么,我可以使用该命名空间从所有版本的Outlook将数据导入.NET应用程序,还是只能从Outlook 2010导入?有谁知道。

解决方案

你是什么意思"从所有版本的Outlook导入数据"?首先,您需要了解Outlook是一个邮件客户端,它连接到Exchange并获取登录的配置文件的邮箱信息。


如果您想使用Outlook,那么您可以尝试使用Outlook对象模型(OOM),即客户端  Messaging API。要使用此功能,请确保在您尝试
的计算机上安装Outlook或Outlook主互操作程序集(PIA)以使用.Net应用程序。


希望这有助于


So, can i import data into a .NET application from all versions of Outlook using that namespace, or i can import only from Outlook 2010? Does anyone know.

解决方案

What do you mean by "import data from all versions of Outlook"? First you need to understand Outlook is a mail client which connects to Exchange and gets the logged on Profile's mailbox info.

If you want to make use of Outlook, then you can try programming using Outlook Object Model (OOM), the client Messaging API. To use this, make sure Outlook or Outlook Primary Interop Assemblies (PIA) is installed in the machine where you try to use your .Net application.

Hope this helps.


这篇关于Microsoft.Office.Interop.Outlook命名空间问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆