
Email2Apex is an inbound email feature which makes emails available to be processed by Apex Code
You would like to perform an additional action at the time a normal email arrives at a specified email address, you would like to create a case in Salesforce and specify the contents and attachments be added to the case.
Preview availability in Developer Edition.
Several new types have been added to the Apex Language. These types are new Blob: Binary chunks, used in attachments, documents and email, Long: A big number!, Enum: A set of things, and Decimal: Whole and partial numbers
You would like to build a web-service that delivered a blob of binary data such as a PDF document. with the Blob data type you could send this type of binary data to a remote web service customer.
General availability in Unlimited Edition.
New verbs are available to better match the SOQL API, including SendEmail and Approval process()
You would like to send an email and begin an approval process within the application when an apex code trigger fires in your system.
Preview availability in Developer Edition.
With this release we will begin an Initial pilot for packaging code, it will include
You would like to build, package and deliver over the AppExchange your on-demand application using Apex code you have developed, you also need to protect your code and ensure that it installs correctly in the customer system.
Limited availability in Developer Edition.