Method 1: Create an Exchange 2007 public folder tree
If you do not have an existing public folder tree and you are trying to connect with a Microsoft Office Outlook 2003 or earlier client, you cannot access an Exchange 2007 mailbox. This problem may occur when you delete the last existing public folder store.Create an Exchange 2007 public folder store. To do this, follow these steps:
- Click Start, click All Programs, click Microsoft Exchange Server 2007, and then click Exchange Management Console.
- Expand Server Configuration, and then click Mailbox.
- Right-click the storage group that you want to modify, and then click New Public Folder Database.
- Create the public folder database by using the New Public Folder Database wizard.
Method 2: Enable MAPI for your mailbox or use a different method to connect to Exchange 2007
Determine whether MAPI is disabled for your mailbox. To do this, follow these steps:- Click Start, click All Programs, click Microsoft Exchange Server 2007, and then click Exchange Management Shell.
- Type the following command, and then press ENTER:Get-CasMailbox MailboxName | FL mapienabledIf this command returns False, MAPI is disabled for your mailbox.
- Enable MAPI for your mailbox. To enable MAPI for your mailbox, follow these steps:
- Click Start, click All Programs, click Microsoft Exchange Server 2007, and then click Exchange Management Shell.
- Type the following command, and then press ENTER:Set-CasMailbox MailboxName -mapienabled:$true
- Connect to Exchange 2007 by using one of the following methods:
- Create an e-mail account in Outlook that uses the Post Office Protocol (POP 3) server type.
- Create an e-mail account in Outlook that uses the Internet Message Access Protocol (IMAP) server type.
- Use the Outlook Web Access (OWA) Web client.
Method 3: Enable encryption for the Exchange 2007 connection
- Determine whether an encrypted connection is required for your mailbox. To do this, follow these steps:
- Click Start, click All Programs, click Microsoft Exchange Server 2007, and then click Exchange Management Shell.
- Type the following command, and then press ENTER:Get-MailboxServer ServerName | FL MAPIEncryptionRequiredIf this command returns True, you must connect to Exchange 2007 by using an encrypted profile.
- Enable encryption for the Exchange 2007 connection. To do this, follow these steps:
- Click Start, click Run, type control, and then click OK.
- Double-click Mail, and then click Show Profiles.
- Select your profile, and then click Properties.
- Click E-mail Accounts, select View or Change Existing E-mail Accounts, and then click Next.
- Select the Exchange account, and then click Change.
- Click More Settings, and then click the Security tab.
- Click to select the Encrypt data between Microsoft Office Outlook and Microsoft Exchange Server check box.
- Click OK, click Next, click Finish, and then click Close.
Method 4: Enable Cached Exchange Mode for your mailbox, or disable the requirement for your mailbox to use Cached Exchange Mode
- Determine whether Cached Exchange Mode is required for your mailbox. To do this, follow these steps:
- Click Start, click All Programs, click Microsoft Exchange Server 2007, and then click Exchange Management Shell.
- Type the following command, and then press ENTER:Get-CasMailbox MailboxName | FL MAPIBlockOutlookNonCachedModeIf this command returns True, you must connect to Exchange 2007 by using Cached Exchange Mode.
- Enable Cached Exchange Mode for your mailbox, or disable the requirement for a mailbox to connect to Exchange 2007 by using Cached Exchange Mode.
- Enable Cached Exchange Mode for your mailbox. To do this, follow these steps:
- Click Start, click Run, type control, and then click OK.
- Double-click Mail, and then click Show Profiles.
- Select your profile, and then click Properties.
- Click E-mail Accounts, select View or Change Existing E-mail Accounts, and then click Next.
- Select the Exchange account, and then click Change.
- Click to select the Use Cached Exchange Mode check box.
- Click Next, click Finish, and then click Close.
- Disable the requirement for a mailbox to connect to Exchange 2007 by using Cached Exchange Mode. To do this, follow these steps:
- Click Start, click All Programs, click Microsoft Exchange Server 2007, and then click Exchange Management Shell.
- Type the following command, and then press ENTER:Set-CasMailbox MailboxName -MAPIBlockOutlookNonCachedMode:$false
- Enable Cached Exchange Mode for your mailbox. To do this, follow these steps:
Method 5: Enable RPC/HTTP mode for your mailbox
- Determine whether RPC/HTTP mode is disabled for your mailbox. To do this, follow these steps:
- Click Start, click All Programs, click Microsoft Exchange Server 2007, and then click Exchange Management Shell.
- Type the following command, and then press ENTER:Get-CasMailbox MailboxName | FL MAPIBlockOutlookRpcHttpIf this command returns True, you cannot connect to Exchange 2007 by using RPC/HTTP.
- Enable RPC/HTTP mode for your mailbox. To do this, follow these steps:
- Click Start, click All Programs, click Microsoft Exchange Server 2007, and then click Exchange Management Shell.
- Type the following command, and then press ENTER:Set-CasMailbox MailboxName -MAPIBlockOutlookRpcHttp:$false
Method 6: Unblock your version of Outlook in Exchange 2007
Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:322756 (http://support.microsoft.com/kb/322756/ ) How to back up and restore the registry in Windows
A version of Outlook can be blocked in Exchange 2007 in one of the following two ways:
- A version of Outlook can be blocked by modifying the registry. For more information about how a version of Outlook is blocked by using the registry, click the following article number to view the article in the Microsoft Knowledge Base: 288894 (http://support.microsoft.com/kb/288894/ ) How to disable MAPI client access to a computer that is running Exchange ServerTo unblock a version of Outlook by using the registry, you can modify or remove the registry data that is described in this Knowledge Base article.
- A version of Outlook can be blocked for a mailbox by using an Exchange Management Shell command that resembles the following command:Set-CasMailboxThis command blocks any version of Outlook that is earlier (previous) than 11.8010.8036.
-MAPIBlockOutlookVersions:"-11.8010.8036" Set-CasMailbox-MAPIBlockOutlookVersions:"11.8010.8036-"
This command blocks any version of Outlook that is later (older) than 11.8010.8036.
To determine what version of Outlook is connecting to Exchange 2007 you can do one of the following.- Download and run ExMon from the following Web site:http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=9a49c22e-e0c7-4b7c-acef-729d48af7bc9 (http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=9a49c22e-e0c7-4b7c-acef-729d48af7bc9)
- Use an Exchange 2007 Management Shell command:
To do this, follow these steps:- Click Start, click All Programs, click Microsoft Exchange Server 2007, and then click Exchange Management Shell.
- Type the following command, and then press ENTER:
Get-LogonStatistics
| FL*client*
You will need to truncate the 0 so that is looks like this "11.8010.8036"
- Click Start, click All Programs, click Microsoft Exchange Server 2007, and then click Exchange Management Shell.
- Type the following command, and then press ENTER:Set-CasMailbox MailboxName -MAPIBlockOutlookVersions:$null
- Download and run ExMon from the following Web site:
沒有留言:
張貼留言