Re: Strip inbox details and populate db
From: Ken Slovak - [MVP - Outlook] (kenslovak_at_mvps.org)
Date: 03/23/04
- Next message: Ken Slovak - [MVP - Outlook]: "Re: Setting Out Of Office Assistant"
- Previous message: Ken Slovak - [MVP - Outlook]: "Re: Quit Event of Application"
- In reply to: Mark Lux: "Strip inbox details and populate db"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 23 Mar 2004 09:42:50 -0500
Easy enough to do using ADO code. Attachments can only be accessed by saving
them to the file system and then opening the files using something like
Windows Scripting's FileSystemObject. If you are using code for the Access
tests it would be very similar, just a different connection to the SQL
server. If you are using Access linked tables there is no corresponding
linkage to SQL server tables so you have to start coding from scratch.
See http://www.outlookcode.com/d/database.htm#ado for information to get you
started using ADO code with your Outlook data.
-- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Mark Lux" <anonymous@discussions.microsoft.com> wrote in message news:115b001c4102f$9b179da0$a501280a@phx.gbl... > Hi, > > I need to strip off all info from messages received into > outlooks inbox as well as any attachments. This > information needs to populate an sql table running on an > sql 2000 server on a remote machine... > > Can anyone point me in the right direction, i've done a > few tests with msaccess, and yeh i can get all the data i > need (except for attachments) but i need to get the info > into sql and not access...and i have no idea? > > Thanks in advance.. > > Mark
- Next message: Ken Slovak - [MVP - Outlook]: "Re: Setting Out Of Office Assistant"
- Previous message: Ken Slovak - [MVP - Outlook]: "Re: Quit Event of Application"
- In reply to: Mark Lux: "Strip inbox details and populate db"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|