Article ID: 208232 - Last Review: November 24, 2006 - Revision: 4.3 OL2000: How to Programmatically Import Outlook Items from Microsoft AccessThis article was previously published under Q208232 On This PageSUMMARY
This article provides an overview and sample code for creating Microsoft
Outlook contacts from information stored in a Microsoft Access database. The sample code in the More Information section of this article
should be run from a Microsoft Access global module and provides a
starting point for the development of a complete solution.
MORE INFORMATION
The Import and Export feature in Outlook does not allow you to import or
export information in user-defined fields (or properties). To import
information into these fields, you may need to create a programming
solution that uses Automation to convert the information. The following sample code specifically converts information from Access into newly-created Outlook contacts, using Data Access Objects (DAO). With modifications, you can use this code as a basis for creating other types of Outlook items, such as appointments, notes, tasks, and such. There is also an overview and separate code example available on the Microsoft Web site at the following location. It is the first example in the whitepaper. http://msdn2.microsoft.com/en-us/office/aa905351.aspx
(http://msdn2.microsoft.com/en-us/office/aa905351.aspx)
Programming Considerations
If you have limited programming experience, you may want to contact a Microsoft Certified Partner or Microsoft Advisory Services. For more information, visit these Microsoft Web sites: Microsoft Certified Partners - https://partner.microsoft.com/global/30000104 (https://partner.microsoft.com/global/30000104) Microsoft Advisory Services - http://support.microsoft.com/gp/advisoryservice (http://support.microsoft.com/gp/advisoryservice) For more information about the support options that are available and about how to contact Microsoft, visit the following Microsoft Web site:http://support.microsoft.com/default.aspx?scid=fh;EN-US;CNTACTMS (http://support.microsoft.com/default.aspx?scid=fh;en-us;cntactms) Sample CodeREFERENCESFor additional information about available resources and answersto commonly-asked questions about Microsoft Outlook 2000 solutions, click the article number below
to view the article in the Microsoft Knowledge Base:
146636
(http://support.microsoft.com/kb/146636/EN-US/
)
OL2000: Questions About Custom Forms and Outlook Solutions
| Article Translations
|
Back to the top
