Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Exporting data from outlook forms

Status
Not open for further replies.

Aza41

Technical User
Nov 1, 2005
2
GB
Is there a way to export data from outlook forms directly into sharepoint?

I basically have some historic data in outlook forms which i would like to export into Sharepoint, anyone have any ideas?
 
There is this prewritten code at: have the following tools:

Code:
PST2TXT - export all items to text files 
Import Appointments from Excel - including recurrence information 
Export Contacts as XML 
Saving sent email Information to XML (C#) 
Export Outlook Folders to File Folders -- as .msg files 
To convert imported data to custom fields -- Import data to the built-in form, then convert items to a custom form and use this code to move the data from the built-in fields to your custom fields. This is a good solution if you have only a small number of custom fields.

So if you use one of the exporting and then make sure you import it to Excel, then you can easily import them to a SharePoint List.

Hope this helps,


Gladys Rodriguez
GlobalStrata Solutions
Computer Repair, Website Design and Computer Consultant
Small Business Resources
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top