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
PmathurPmathur 

Emails genrated through Case Auto Response

Hi,

 

I have count of total number of emails i.e 1000.

Out of them 300 are inbound and 700 are outbound emails.

 

Now the issue is :

I want to count the number of emails that are generated as "Auto Responses" out of these 1000 mails through apex code.

Is there is any way or any field on "EmailMessage" Object to count this thing..??

 

Thanks