Hello,
public folders ae deceprated in Exchange 12 - you get them when you install
them manually. But OWA for public folder is gone.
To create a public folder, use Outlook. Or use an Exchange 2003 systems
manager, if you have an Exchange 2003 server left in the organization.
WebDAV, MAPI and CdoEx with ExOleDB will also work.
Best regards,
Henning Krause
> Hi Henning Krause,
>
[quoted text clipped - 30 lines]
>> > Regards,
>> > Shivaraj
Dave Goldman [MSFT] - 26 Jan 2007 05:41 GMT
This is an incorrect and misleading statement. Public folders in Exchange
2007 DO exist and should be installed if you are going to have a mix
organization to help facilitate a cross platform migration. Public folders
are what we called deemphasized if you don't want to use them and you can
use SharePoint services. OWA still exists for the public folder if you have
Exchange 2003 in the mix and all Outlook 2007 clients will use the
Availability service for free/busy. OOF, etc.
Come service pack 1 for Exchange 2007 there should be an interface to manage
public folders. To create a new public folder in the root of the public
folder tree on the closest mailbox server that has a public folder database,
run the following command: New-PublicFolder -Name "My Public Folder"
Note: If you do not specify a server, the cmdlet checks if the local server
is an Exchange 2007 mailbox server that has a public folder database. If it
is, the public folder is created locally. If it is not, Exchange finds the
closest (by site cost) Exchange 2007 Mailbox server that has a public folder
database on which to create the public folder.
To create a new public folder named "Pending" in an existing public folder
named "Legal" on the mailbox server named "My Server," run the following
command: New-PublicFolder -Name "Pending" -Path \Legal -Server "My Server"
For more on managing public folders in exchange 2007 you can see this:
Managing Public Folders -
http://technet.microsoft.com/en-us/library/bb124411.aspx

Signature
This posting is provided "AS IS" with no warranties, and confers no rights.
Dgoldman
http://blogs.msdn.com/dgoldman
> Hello,
>
[quoted text clipped - 43 lines]
>>> > Regards,
>>> > Shivaraj