我想使用 C++ 从 Outlook(主要是联系人)中提取数据。我已经找到了方法:http ://www.codeproject.com/Articles/3695/Importing-contacts-from-Outlook?msg=3005747#xx3005747xx
但这里的导入语句是硬编码的:#import "E:\Program Files\Common Files\Microsoft Shared\Office10\mso.dll"
是否可以动态加载 dll 和 tlb 文件并使用它,以便该软件可以在不同版本的 Outlook 和 Windows 中运行。(目前通过硬编码,我无法访问不同版本的 Outlook,因为路径不同)