Yes, you should be able to use CDO to read the default form for the folder.
(I don't recall the MAPI property tag, but it's easy enough to find with
Outlook Spy. See http://www.cdolive.com/cdo10.htm if you need a primer on
using MAPI property tags.)
Then, you'd create a new item in the folder using that form and use the
File.SaveAs method to save it as an .oft file.
This would be a nice little application for backing up forms, wouldn't it?

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> From within code, on a form, vb6, vbs, is it possible to traverse a folder
> tree of a public folder and save the definition of the defeult public form
[quoted text clipped - 6 lines]
>
> Steve
Steve - 20 Jan 2004 13:26 GMT
That was the idea sue :)
Thanks I'll have a look. If I do it, i'll mail you a link for the finished
app.
> Yes, you should be able to use CDO to read the default form for the folder.
> (I don't recall the MAPI property tag, but it's easy enough to find with
[quoted text clipped - 16 lines]
> >
> > Steve