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
Ivo DimovIvo Dimov 

How can I find the original email attachment that was sent to Salesforce via Email Service?

Hi,
My predicessors have used an Email Service to manage inbound emails with attachments. The way we use the service is usually an email comes in with an attachment, we parse the content and create cases based on the number of records. I am troubleshooting an issue, and trying to find out if there is an issue on the Salesforce side, or on the senders side when they compile the attachment and email to Salesforce. I need to find out if Salesforce holds a list of the incomming attachments, when they come via Email Services, or should that have been handled within the code? I am hoping I can see the content of the original file that was receved by Salesforce before it was parsed.
Any pointers would be greatly appreciated.

Thanks