Applies to: Exchange Server 2007 SP3, Exchange Server 2007 SP2, Exchange Server 2007 SP1, Exchange Server 2007
Topic Last Modified: 2009-04-20

This topic describes how to enable or disable Internet Message Access Protocol 4rev1 (IMAP4) access for a user on the computer that is running Microsoft Exchange Server 2007 that has the Client Access server role installed and the IMAP4 service enabled. In the original release (RTM) version of Exchange 2007, you could only enable or disable IMAP4 access by using the Exchange Management Shell. In Exchange 2007 Service Pack 1 (SP1), you can also enable or disable IMAP4 access by using the Exchange Management Console. Steps for doing this are included in this topic.

Note:
After you have enabled or disabled IMAP4 access for a user, you must restart the IMAP4 service. For more information about how to restart the IMAP4 service, see How to Start and Stop the IMAP4 Service.

Before You Begin

To perform the following procedure on a computer that has the IMAP4 service enabled, the account you use must be delegated the Exchange Server Administrators role and membership in the local Administrators group for the target server. 

For more information about permissions, delegating roles, and the rights that are required to administer Exchange 2007, see Permission Considerations.

Procedure

Exchange 2007 SP1

To use the Exchange Management Console to enable or disable IMAP4 access for a user

  1. In the console tree, expand Recipient Configuration, and then click Mailbox.

  2. In the work pane, click the POP3 and IMAP4 tab.

  3. In the work pane, select IMAP4 and then, in the action pane, click Properties.

  4. On the <Mailbox Name> Properties page, on the Mailbox Features tab, click IMAP4.

  5. Depending on whether you want the mailbox user to have IMAP4 access to Exchange 2007, click Enable or Disable.

  6. Click Apply, and then click OK to save your changes.

To use the Exchange Management Shell to enable or disable IMAP4 access for a user

  • To enable IMAP4 for a user, run the following command:

    Copy Code
    Set-CASMailbox -Identity <User_E-mail_Address> -ImapEnabled $true
    
  • To disable IMAP4 for a user, run the following command:

    Copy Code
    Set-CASMailbox -Identity <User_E-mail_Address> -ImapEnabled $false
    

For more information about syntax and parameters, see Set-CASMailbox.

Exchange 2007 RTM

To use the Exchange Management Shell to enable or disable IMAP4 access for a user

  • To enable IMAP4 for a user, run the following command:

    Copy Code
    Set-CASMailbox -Identity <User_E-mail_Address> -ImapEnabled $true
    
  • To disable IMAP4 for a user, run the following command:

    Copy Code
    Set-CASMailbox -Identity <User_E-mail_Address> -ImapEnabled $false
    

For more information about syntax and parameters, see Set-CASMailbox (RTM).

For More Information

For more information about how to manage IMAP4 settings, see Managing POP3 and IMAP4.