SharePoint Server 2010 and incoming email

I received a call from a customer last week stating that they were able to configure incoming email on some of their lists/libraries, but not on others. When pressed for details they elaborated that they had enabled it in Central Administration:

however when they navigated to List/Library Settings, the option to enable incoming email under the Communications section was not present. After looking through several settings it turns out that the lists where the incoming email option is missing are custom lists.

The incoming email link will only be shown on out of the box (OOB) lists/libraries. If you have a custom list and want the link to display you will need to create a custom handler.

WORKAROUND:

You should still be able to enable incoming email by navigating directly to the emailsettings.aspx page by replacing listedit.aspx in the URL. First navigate to the list in question and then to list settings. You should get a URL similar to the following:

https://sp2010/sites/second/_layouts/listedit.aspx?List=%7B6756E75C%2D34EA%2D4787%2DAA82%2DC1A983962BD2%7D

In your URL, replace listedit.aspx with emailsettings.aspx and that should take you to the email settings page for the custom list.