function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
apexdevSunilapexdevSunil 

How to get the body of an attachment of an Inbound Email

Hi

 

Iam using the Apex Email Services.

Iam sending the mail to salesforce from Gmail.

 

How can I retreive the body of the attachment of that email (InboundEmail)sent from gmail.

 

please clarify where the Inbound emails are stored in SalesForce.How they can be retreived?

 

 

any help about this is greatly appreciated.

 

 

Thanks

Sunil 

 

 

 

 

mikefmikef

Sunil:

 

the Apex docs have a great example of how to use Inbound email.

http://www.salesforce.com/us/developer/docs/apexcode/index.htm

 

Search Inbound Email.