A Microsoft Outlook email forum. Outlook Banter

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 » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Searching multiple pst files



 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old November 1st 07, 10:44 PM posted to microsoft.public.outlook.program_vba
G.R. Toro
external usenet poster
 
Posts: 1
Default Searching multiple pst files

Hi,

I have some VBA code to search Outlook Journal items, I use something like
this (adapted from vbs):

'Create Outlook, Namespace, Journal Objects and Task Item
olFolderJournal = 11
Set objOutlook = CreateObject("Outlook.application")
Set objNameSpace = objOutlook.GetNameSpace("MAPI")
Set objJournal = objNameSpace.GetDefaultFolder(olFolderJournal)
Set MyOriginalItems = objJournal.Items

'Loop through all journal items, create list of projects and remove
unwanted items from list
nproj = 0
For Each CurrentItem In MyOriginalItems
examine Currentitem, etc
next

This code finds items in the default file (Outlook.pst), but it does not
find items in another pst file (archive1.pst).
How can I modify my code so it searches both pst files (and possible
others)?

As you can see, I am clueless regarding Outlook's handling of pst files.

Thanks,

Gabriel


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Using Multiple Outlook Files [email protected] Outlook - General Queries 1 June 22nd 07 05:39 AM
Multiple contacts files pegdc Outlook - Using Contacts 6 March 19th 07 08:49 PM
Multiple Copies of *.pst files baffled_ken Outlook - Using Contacts 1 February 28th 07 10:39 PM
Multiple pst files John A Hansen Outlook - General Queries 5 February 27th 07 06:49 PM
Emailing Multiple Files to Multiple People [email protected] Outlook - General Queries 4 November 22nd 06 11:43 PM


All times are GMT +1. The time now is 01:56 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.