![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
I'm looking for a best practice method to solve the following:
I have a public folder with ~12K msgs in it. A web application that I use stores the EntryIDs of each of those messages so that users can call up the message in Outlook from the web app via the "outlook://entryid" link format. I need to archive the msgs in this folder by year by setting up subfolders for each year off the root, but I can't just move the msgs manually or all the EntryIDs will change and the links in the web app will be lost. So I'm going to write a quick C# app to access the folder, find what I need to move, move them 1 at a time and update the EntryIDs in the DB after the move is made and the new EntryID is available. So I just downloaded the new version of Redemption and noticed the new RDO objects, last time I worked with it, these were not present. I'm wondering if I can use the RDOSearchFolder object to quickly "find" all the messages from a given year, then do the move operation based on the results. Do SearchFolders even work in Public Folders? Any ideas would be helpful.. thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Setting the auto-archiving folder via script | Thomas | Outlook and VBA | 2 | March 8th 06 09:26 AM |
Public Folder Issue | Maurice | Outlook - Calandaring | 3 | February 22nd 06 12:15 AM |
Optionally only show folders w/ new msgs in Outlook Folder List | Nikolai Devereaux | Outlook - Installation | 1 | February 16th 06 07:03 PM |
Public folder reminders | Aaron Neunz | Outlook - General Queries | 3 | January 24th 06 02:10 AM |
New message in Public Folder | Leech | Outlook and VBA | 3 | January 16th 06 05:36 PM |