
Managing POP3 and IMAP4 by Using the Exchange Management Shell
The Exchange Management Shell gives you a powerful command-line interface for administering Exchange 2007. You can use the Exchange Management Shell to manage the POP3 and IMAP4 services and your POP3 and IMAP4 users.
Managing POP3 and IMAP4 on a Client Access Server
The Exchange Management Shell enables you to modify and view the POP3 and IMAP4 settings by using the cmdlets described in the following table.
Cmdlets for managing POP3 and IMAP4 on a Client Access server
| Cmdlet name | Description |
| Set-PopSettings | This cmdlet lets you modify all available settings for POP3 on a Client Access server. |
| Set-ImapSettings | This cmdlet lets you modify all available settings for IMAP4 on a Client Access server. |
Managing POP3 and IMAP4 Settings on a Per-User Basis
You can use the Set-CASMailbox cmdlet in the Exchange Management Shell to manage POP3 and IMAP4 settings for individual users by modifying properties on their mailbox. The following table describes the parameters that you can use with the Set-CASMailbox cmdlet.
Parameters to use with the Set-CASMailbox to manage POP3 and IMAP4
| Parameter name | Description |
| ImapEnabled | This parameter specifies whether the IMAP4 protocol is enabled for this mailbox. |
| ImapMessagesRetrievalMimeFormat | This parameter specifies the format of messages that are retrieved from the server. |
| ImapUseProtocolDefaults | This parameter specifies whether to use the default protocol settings that are specified on the Client Access server for the IMAP4 protocol. |
| PopEnabled | This parameter specifies whether the POP3 protocol is enabled for a mailbox. |
| PopMessagesRetrievalMimeFormat | This parameter specifies the format of messages that are retrieved from the server. |
| PopUseProtocolDefaults | This parameter specifies whether to use the default protocol settings that are specified on the Client Access server for the POP3 protocol. |
For more information about how to use the Set-CASMailbox cmdlet to manage POP3 and IMAP4 settings for a user, see Set-CASMailbox.