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
Srinu SomuSrinu Somu 

Tracking bounced emails in SendEmailResult of the inbound emails?

Is it possible to capture bounced emails in SendEmailResult?
PratikPratik (Salesforce Developers) 
Hi Srinu,

There is flag called IsSuccess() which indicated the delivery of emails.
You can refer to:
https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_classes_email_outbound_sendemailresult.htm
https://success.salesforce.com/answers?id=90630000000h3P7AAI

Thanks,
Pratik