将Outlook 2016联系人文件夹与Access 2016同步 [英] Syncing Outlook 2016 contact folder with Access 2016

查看:266
本文介绍了将Outlook 2016联系人文件夹与Access 2016同步的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

首先,我是VB的新手,虽然非常熟悉Access。


我知道如何从Access中链接Outlook文件夹,但这只允许我更新Outlook中的信息,然后与Access同步,但不是双向链接。  我知道有一种方法可以在Access
中以编程方式创建一个Outlook自动化,它可以双向工作但不知道正确的代码是什么,或者在我打开VB后我把它放在哪里。


我们将非常感谢任何帮助。


Howard

解决方案


>>在Access
中创建Outlook自动化


要自动化Outlook窗体Access,添加引用"Microsoft Outlook 16.0对象库"


Dim objOL as Object


设置objOL = CreateObject(" Outlook.Application")


有关详细信息,请访问
从Visual Basic应用程序自动化Outlook


To start with, I am a complete newbie to VB, although pretty familiar with Access.

I know how to link an Outlook folder from within Access but this only allows me to update information in Outlook to then sync with Access but is not a 2-way link.  I understand there is a way to programmatically create an Outlook Automation within Access that will work both ways but don't know what the proper code is or where exactly I put it once I open VB.

Any help will be greatly appreciated.

Howard

解决方案

Hi,

>>create an Outlook Automation within Access

To automation Outlook form Access, add the reference "Microsoft Outlook 16.0 Object Library"

Dim objOL as Object

Set objOL = CreateObject("Outlook.Application")

For more information, please visit Automating Outlook from a Visual Basic Application


这篇关于将Outlook 2016联系人文件夹与Access 2016同步的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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