A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Outlook » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Extracting msgs from .pst file programmatically?



 
 
Thread Tools Display Modes
  #1  
Old March 15th, 2009, 09:45 PM posted to microsoft.public.outlook.general
anythingreally
external usenet poster
 
Posts: 2
Default Extracting msgs from .pst file programmatically?


Is it possible? If so, would VB scripting be able to handle it? And if so,
may I see some sample code?
It bogs down to 4 or 5 fields:
date
to/from
subject
msg -- I want this guy first.
attachment (optional)

Thanks.

  #2  
Old March 16th, 2009, 12:21 AM posted to microsoft.public.outlook.general
Roady [MVP]
external usenet poster
 
Posts: 23,553
Default Extracting msgs from .pst file programmatically?

What exactly are you trying to achieve?
To what extend do you want it to go programmatically and in which format?
For instance;
-finding a certain pst-file
-link it to Outlook
-select which folder/messages you want to export
-etc...

You can of course also initiate an Export.

--
Robert Sparnaaij [MVP-Outlook]
Coauthor, Configuring Microsoft Outlook 2003
http://www.howto-outlook.com/
Outlook FAQ, HowTo, Downloads, Add-Ins and more

http://www.msoutlook.info/
Real World Questions, Real World Answers

-----

"anythingreally" wrote in message
...

Is it possible? If so, would VB scripting be able to handle it? And if
so,
may I see some sample code?
It bogs down to 4 or 5 fields:
date
to/from
subject
msg -- I want this guy first.
attachment (optional)

Thanks.

  #3  
Old March 17th, 2009, 12:08 AM posted to microsoft.public.outlook.general
anythingreally
external usenet poster
 
Posts: 2
Default Extracting msgs from .pst file programmatically?

I have a program (mine) running on my desktop or laptop for that matter, when
it searches for files and concepts, I'd like it to be able to search all my
emails (inbox and sent) as well, but just the msg body part to start with.
Doable? Thanks.

"Roady [MVP]" wrote:

What exactly are you trying to achieve?
To what extend do you want it to go programmatically and in which format?
For instance;
-finding a certain pst-file
-link it to Outlook
-select which folder/messages you want to export
-etc...

You can of course also initiate an Export.

--
Robert Sparnaaij [MVP-Outlook]
Coauthor, Configuring Microsoft Outlook 2003
http://www.howto-outlook.com/
Outlook FAQ, HowTo, Downloads, Add-Ins and more

http://www.msoutlook.info/
Real World Questions, Real World Answers

-----

"anythingreally" wrote in message
...

Is it possible? If so, would VB scripting be able to handle it? And if
so,
may I see some sample code?
It bogs down to 4 or 5 fields:
date
to/from
subject
msg -- I want this guy first.
attachment (optional)

Thanks.


  #4  
Old March 17th, 2009, 08:38 AM posted to microsoft.public.outlook.general
Roady [MVP]
external usenet poster
 
Posts: 23,553
Default Extracting msgs from .pst file programmatically?

No, I really wouldn't go that route. Why duplicate all your Outlook items
for that? There are plenty of indexing tools available which can index
Outlook items, local folder and network folders.

If you are going to extract all your Outlook data, what will keep it
synched? What happens with items that get deleted in Outlook, what will
happen with items that get deleted which were extracted? What if Outlook
isn't running? Those are a lot of exceptions to deal with making your
solution a very cumbersome one to deal with and requires Outlook integration
anyway. In that case, index but certainly do not extract.

--
Robert Sparnaaij [MVP-Outlook]
Coauthor, Configuring Microsoft Outlook 2003
http://www.howto-outlook.com/
Outlook FAQ, HowTo, Downloads, Add-Ins and more

http://www.msoutlook.info/
Real World Questions, Real World Answers

-----

"anythingreally" wrote in message
...
I have a program (mine) running on my desktop or laptop for that matter,
when
it searches for files and concepts, I'd like it to be able to search all
my
emails (inbox and sent) as well, but just the msg body part to start with.
Doable? Thanks.

"Roady [MVP]" wrote:

What exactly are you trying to achieve?
To what extend do you want it to go programmatically and in which format?
For instance;
-finding a certain pst-file
-link it to Outlook
-select which folder/messages you want to export
-etc...

You can of course also initiate an Export.

--
Robert Sparnaaij [MVP-Outlook]
Coauthor, Configuring Microsoft Outlook 2003
http://www.howto-outlook.com/
Outlook FAQ, HowTo, Downloads, Add-Ins and more

http://www.msoutlook.info/
Real World Questions, Real World Answers

-----

"anythingreally" wrote in
message
...

Is it possible? If so, would VB scripting be able to handle it? And
if
so,
may I see some sample code?
It bogs down to 4 or 5 fields:
date
to/from
subject
msg -- I want this guy first.
attachment (optional)

Thanks.


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 04:39 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.