View Single Post
  #1  
Old November 7th 06, 10:31 AM posted to microsoft.public.outlook.program_vba
Dirk
external usenet poster
 
Posts: 7
Default Set a Non-Standard Form as the Default Form in a Folder with VBA

Hi. We have to handle a huge amount of public contactfolders. Now we created
a new contactform and want to change the existing contactitems to this form.
So I wrote a VBA-Script, which changes the messageclass of all items in a
folder and all subfolders. This works fine, but with the same script I want
to set the new form as the default form in all the subfolders. This doesn't
work, because I can't find the right property of the public folder. I'm using
the MAPIFolder object. Is this the right one?

Ads