View Single Post
  #17  
Old August 22nd 06, 04:10 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default deleting all messages in a folder

Michael,

It almost sounds like something is buggered in her PST file. Maybe running
ScanPST.exe a couple of times with Outlook closed and then opening Outlook
with the /resetfolders switch (Start, Run dialog: outlook.exe /resetfolders)
might be useful. It can't hurt and may help.

Other than that it's off to OutlookSpy to see if the default Store has the
correct EntryID references for the default folders.

This is for the default PST file?

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Michael Bauer [MVP - Outlook]" wrote in message
...
Am Mon, 21 Aug 2006 22:51:02 -0700 schrieb Ariel:

Please copy the GetFolder function into the module ThisOutlookSession.
Then
you can call it from within the sample Ken gave you with:

Set objFolder = GetFolder("Personal Folders/Inbox")

Please ensure that the path exists respectively edit the path.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --


Ads