Thanks Ken
How can i know know the folderID of the folder under the public folder? i
checked through the Exchange server 2003 and not found any ID stuff in the
properties of the folder.
Now i can only go down to the public folder, not its sub folder by the
following script. Thanks a lot.
********************
Set myNameSpace = Application.GetNamespace("MAPI")
Set Application.ActiveExplorer.currentfolder =
myNameSpace.GetDefaultFolder(olPublicFoldersAllPublicFolders)
*******************