473,763 Members | 3,910 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

outlook data

Hi,

I have about 20,000 emails of which about 1% of them have
attached word, excel, jpeg, pdf, powerpoint files.

The emails are located in about 1000 folders. The hierachy
of folders is maximum of 5 deep starting at the INBOX.

So.... the problem is that Outlook is running too slow now
and I have to figure out how I can organize these messages
into some form of system.

I have tried using CRM software but its much to cumbersome
and slow to use CRM software, secondly the software
packages don't allow me to create folders in the notes/history
files or to catagorize my emails in the way i have folders in
outlook.

What can I do ? Is it best to create some sort of ACCESS
database and export each folder somehow into the tables ?

Anyone have any ideas or recommendations ?
Nov 13 '05 #1
3 1920

"Curious George the Monkey" <so*****@nowher e.com> wrote in message news:7b******** ************@ro gers.com...
Hi,

I have about 20,000 emails of which about 1% of them have
attached word, excel, jpeg, pdf, powerpoint files.

The emails are located in about 1000 folders. The hierachy
of folders is maximum of 5 deep starting at the INBOX.

So.... the problem is that Outlook is running too slow now
and I have to figure out how I can organize these messages
into some form of system.

I have tried using CRM software but its much to cumbersome
and slow to use CRM software, secondly the software
packages don't allow me to create folders in the notes/history
files or to catagorize my emails in the way i have folders in
outlook.

What can I do ? Is it best to create some sort of ACCESS
database and export each folder somehow into the tables ?

Anyone have any ideas or recommendations ?


Print them and archive.... who needs that many emails - you are never going to read them in a life time.

Actually, no serious. In outlook you can make different data files. Put them in a different data file (see under file -> data file
management) and then disconnect from the datafile, make a backup of the datafile and store it somewhere safe.

If you need to search, read, or do something else with any of the emails then reconnect to the datafile, search for the ones you
need and bob is your uncle.

Success! HTH
Nov 13 '05 #2
Hi,

I already know about exporting pst files, however for 20,000 emails it takes
too long (10 minutes) and
i want the capacity to store it in an application with more power such as
CRM software, ACCESS or
anything but outlook which is not really that great for managing
information.
"WindAndWav es" <ac****@ngaru.c om> wrote in message
news:3q******** *************@n ews.xtra.co.nz. ..

"Curious George the Monkey" <so*****@nowher e.com> wrote in message
news:7b******** ************@ro gers.com...
Hi,

I have about 20,000 emails of which about 1% of them have
attached word, excel, jpeg, pdf, powerpoint files.

The emails are located in about 1000 folders. The hierachy
of folders is maximum of 5 deep starting at the INBOX.

So.... the problem is that Outlook is running too slow now
and I have to figure out how I can organize these messages
into some form of system.

I have tried using CRM software but its much to cumbersome
and slow to use CRM software, secondly the software
packages don't allow me to create folders in the notes/history
files or to catagorize my emails in the way i have folders in
outlook.

What can I do ? Is it best to create some sort of ACCESS
database and export each folder somehow into the tables ?

Anyone have any ideas or recommendations ?


Print them and archive.... who needs that many emails - you are never
going to read them in a life time.

Actually, no serious. In outlook you can make different data files. Put
them in a different data file (see under file -> data file
management) and then disconnect from the datafile, make a backup of the
datafile and store it somewhere safe.

If you need to search, read, or do something else with any of the emails
then reconnect to the datafile, search for the ones you
need and bob is your uncle.

Success! HTH

Nov 13 '05 #3

"Curious George the Monkey" <so*****@nowher e.com> wrote in message news:Lc******** ************@ro gers.com...
Hi,

I already know about exporting pst files, however for 20,000 emails it takes
too long (10 minutes) and
i want the capacity to store it in an application with more power such as
CRM software, ACCESS or
anything but outlook which is not really that great for managing
information.
"WindAndWav es" <ac****@ngaru.c om> wrote in message
news:3q******** *************@n ews.xtra.co.nz. ..

"Curious George the Monkey" <so*****@nowher e.com> wrote in message
news:7b******** ************@ro gers.com...
Hi,

I have about 20,000 emails of which about 1% of them have
attached word, excel, jpeg, pdf, powerpoint files.

The emails are located in about 1000 folders. The hierachy
of folders is maximum of 5 deep starting at the INBOX.

So.... the problem is that Outlook is running too slow now
and I have to figure out how I can organize these messages
into some form of system.

I have tried using CRM software but its much to cumbersome
and slow to use CRM software, secondly the software
packages don't allow me to create folders in the notes/history
files or to catagorize my emails in the way i have folders in
outlook.

What can I do ? Is it best to create some sort of ACCESS
database and export each folder somehow into the tables ?

Anyone have any ideas or recommendations ?


Print them and archive.... who needs that many emails - you are never
going to read them in a life time.

Actually, no serious. In outlook you can make different data files. Put
them in a different data file (see under file -> data file
management) and then disconnect from the datafile, make a backup of the
datafile and store it somewhere safe.

If you need to search, read, or do something else with any of the emails
then reconnect to the datafile, search for the ones you
need and bob is your uncle.

Success! HTH



I imported message into access with success, it was indeed very useful. I think you can even, with some tweaking, just import them
straight from outlook (see import tables).
Nov 13 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
5742
by: Kurt | last post by:
Hi We are developing an off-the-shelf software suite for a certain business sector. Most of the program is simply a GUI on top of some .mdb files. Its a .net application written in c# One major requirement is "Outlook Integration". The Outlook contact folders are to be used for contact management I want to know what is the standard way to do this these days. Most of the information in MSDN seems rather old I first used the Outlook...
1
4064
by: Iain Miller | last post by:
Currently using & developing a new application in A97. This app has a lot of Name & Address information in it. A lot of that information will be duplicated in Outlook & I suddenly wondered if its possible under the newer versions of Office to use the information already stored in Outlook as part of an Access database project. The logic being that the data could then be held in one place rather than two. This is a customer & order management...
1
8229
by: KS | last post by:
Hi, I have creatd a custom Outlook form with a few custom form fields. When completed the form is sent to me and goes into my Inbox. This works fine. Now Iam trying to write some code in Access to import l;oop though my inbox and pick up all the usesr defined field data from any messages froma specific subject. I have have mixed and matched some code I found on the net however it doesn't seem to work properly. problems I face are:
0
1561
by: Radek Mrkvicka | last post by:
GeniusConnect for Microsoft Outlook® 2000/XP/2003 Synchronize Outlook® data with any DB2 database! You can synchronize Outlook data with any relational database that supports ODBC (DB2, MS Access, MySQL, SQL Server, Oracle etc.). With GeniusConnect, you can export your Microsoft® Outlook® data to a database and also load data from the database into a Microsoft® Outlook®
2
2451
by: Pieter | last post by:
Hi, I'm using a thight integration with Outlook 2003 (with an Exchange server) in my VB.NET (2005) application. Until now I'm using the Outlook Object Model, but it appears to be very slow, and has some problems: - doing a Move changes the ReceivedTime of the MailItem - I can't use RichText in the MailItem.Body (only allows plain text or HTML) - some other stuff like having to use small 'tricks' to show the default signature in an email
2
4147
by: Ecohouse | last post by:
I've written a function to check emails in Outlook using Access which works. But I need to be able to have it work for different version of Outlook. I'm using Outlook 2002 and I need to also work for Outlook 2000. I don't want the user to go and find the reference file in Access. So I need this code to work for all versions. I think I need to use late binding but don't know anything about it. Here is the function: Dim OlkApp As...
5
3327
by: Arno R | last post by:
Hi all, I need to get at specific (shared) agenda-data from MS outlook 2003. I need every day to get the scheduled 'appointments' for some rooms to Access. In Access I will show the time-periods that the rooms are booked for that day. I know how to code all this in Access. I can show some testdata for 5 rooms quite nicely on a form. I never ever needed to use Outlook-to-Access before, so I need a good starting point to get the data.
4
14605
by: SStory | last post by:
I want to drag a message from Outlook to a richtextbox on a vb.net form. I don't get the message body. I have searched all over the place and found nothing. Does anyone know how to do this? I don't care about attachments. I just need the text. Thanks, Shane
0
2275
by: Roman Optio | last post by:
Hi, I am currently working on a tool to transfer addressbook data such as contacts and organizations between Vondle and Outlook. For those of you who are wondering what Vondle is, it is an online project management toolkit used to support large engineering projects. More information on Vondle can be found at http://www.bricsys.com/vondle/ . The purpose of the tool is to fluently transfer addressbook data between vondle & outlook. I've...
6
10637
by: dlblack | last post by:
I am using the following code to send emails with attachments from Access using Outlook. The code works fine if Outlook is already open and emails are sent as expected via Outlook. When Outlook is closed, data is saved to the database but the email is not sent. Here is the the code. If anyone has suggestions on how I can get Outlook to open before trying to send the email I would appreciate it. Private Sub Approve_Click() On Error GoTo...
0
9563
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9386
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
9937
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8821
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6642
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5270
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5405
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
3522
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2793
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.