The Apex Class selected is not valid. An Apex Class that implements the Messaging.InboundEmailHandler interface must be selected.
Symptoms
You are configuring the Email Service on Step 1 of the Email to Case Premium Setup Wizard and encounter this error: The Apex Class selected is not valid. An Apex Class that implements the Messaging.InboundEmailHandler interface must be selected. |
Solutions
This error indicates that the packaged Apex Class ProcessMessage has not yet been compiled. Typically, Apex Classes are compiled when saved. However, Apex Classes associated with Managed Packages cannot be saved so they rely on the runtime engine to compile them, either when they are first used or at some point automatically after they are installed. If you encounter this error, please follow the steps below to manually compile the ProcessMessage Apex Class:
|