How to Manage Calendar Options for POP3

Microsoft Exchange Server 2007 will reach end of support on April 11, 2017. To stay supported, you will need to upgrade. For more information, see Resources to help you upgrade your Office 2007 servers and clients.

 

Applies to: Exchange Server 2007, Exchange Server 2007 SP1, Exchange Server 2007 SP2, Exchange Server 2007 SP3

This topic describes how to use the Exchange Management Console and the Exchange Management Shell to set the calendaring options that are available on the Microsoft Exchange Server 2007 computer that has the Post Office Protocol version 3 (POP3) service enabled. In the original release (RTM) version of Exchange 2007, you could only manage calendar options for POP3 by using the Exchange Management Shell. In Exchange 2007 Service Pack 1 (SP1), you can also manage calendar options for POP3 by using the Exchange Management Console. Steps for doing this are included in this topic.

You can set different calendar options for your organization when you are using POP3 as the e-mail protocol for your users. In the original release (RTM) version of Exchange 2007, you can use the CalendarItemRetrievalOption parameter for the Set-POPSettings cmdlet in the Exchange Management Shell to set different calendar options.

The following table describes the CalendarItemRetrievalOption parameter for your POP3 users.

POP3 calendar options for Exchange 2007

Setting Value Description

iCalendar

0

This setting lets users use the iCalendar standard for calendar items. The iCalendar standard is a standard for exchanging calendar information.

IntranetUrl

1

This setting lets you specify an internal URL for users to use to access their calendar information.

InternetUrl

2

This setting lets you specify an external URL for users to use to access their calendar information.

Custom

3

This setting lets you specify a Microsoft Office Outlook Web Access server for users to use to access their calendar information.

Note

After you have specified the calendar options for POP3, you must restart the POP3 service. For more information about how to restart the POP3 service, see How to Start and Stop the POP3 Service.

Before You Begin

To perform the following procedures, the account you use must be delegated the Exchange Server Administrator 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 set the calendar options for POP3

  1. In the console tree, expand Server Configuration, and then click Client Access.

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

  3. In the action pane, under POP3, click Properties.

  4. On the POP3 Properties page, click the Retrieval Settings tab.

  5. Under Calendar Retrieval, select one of the following options:

    • iCalendar

    • Intranet URL

    • Internet URL

    • Custom

  6. To apply the calendar retrieval option that you selected, click Apply, and then click OK.

To use the Exchange Management Shell to set the calendar options for POP3

  • To enable POP3 to use iCalendar, run the following command:

    Set-PopSettings -Identity CAS01 -CalendarItemRetrievalOption 0
    
  • To enable POP3 users to access internal calendar information from an internal server, run the following command:

    Set-PopSettings -Identity CAS01 -CalendarItemRetrievalOption 1 -IntranetUrl "Server01"
    
  • To enable POP3 users to access calendar information from the Internet on an external server, run the following command:

    Set-PopSettings -CalendarItemRetrievalOption 2 InternetUrl "https://Server01"
    
  • To enable POP3 users to access calendar information by using Outlook Web Access, run the following command:

    Set-PopSettings -CalendarItemRetrievalOption 3 -OwaServerUrl "https://OwaServer01"
    

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

Exchange 2007 RTM

To use the Exchange Management Shell to set the calendar options for POP3

  • To enable POP3 to use iCalendar, run the following command:

    Set-PopSettings -Identity CAS01 -CalendarItemRetrievalOption 0
    
  • To enable POP3 users to access internal calendar information from an internal server, run the following command:

    Set-PopSettings -Identity CAS01 -CalendarItemRetrievalOption 1 -IntranetUrl "Server01"
    
  • To enable POP3 users to access calendar information from the Internet on an external server, run the following command:

    Set-PopSettings -CalendarItemRetrievalOption 2 InternetUrl "https://Server01"
    
  • To enable POP3 users to access calendar information by using Outlook Web Access, run the following command:

    Set-PopSettings -CalendarItemRetrievalOption 3 -OwaServerUrl "https://OwaServer01"
    

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

For More Information

For more information about how to manage POP3 access to Exchange 2007, see Managing POP3 and IMAP4.