Enable or Disable IMAP4 Access for a User

[This is pre-release documentation and subject to change in future releases. This topic's current status is: Revising Per Edit.]

Applies to: Exchange Server 2010* *Topic Last Modified: 2009-08-20

This topic describes how to enable or disable IMAP4 access for a user on the computer that is running Microsoft Exchange Server 2010 that has the Client Access server role installed and the IMAP4 service enabled.

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 Start and Stop the IMAP4 Service.

Looking for other management tasks related to <blah>? Check out <link to managing topic>.

What Do You Want to Do?

  • Use the EMC to enable or disable IMAP4 access for a user
  • Use the Shell to enable or disable IMAP4 access for a user

Use the EMC to enable or disable IMAP4 access for a user

<Insert Permissions>

  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 2010, click Enable or Disable.
  6. Click Apply, and then click OK to save your changes.

Use the Shell to enable or disable IMAP4 access for a user

<Insert Permissions>

This example enables IMAP4 for a user:

Set-CASMailbox -Identity CAS01 -ImapEnabled $true

This example disables IMAP4 for a user:

Set-CASMailbox -Identity CAS01 -ImapEnabled $false

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

Other Tasks

After you enable or disable IMAP4 access for a user, you may also want to:

  • Insert link to related topic
  • Insert link to related topic

For More Information

Managing POP3 and IMAP4