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
ATHUL MATHEW 18ATHUL MATHEW 18 

find which all classes are using Email services

I am a new Admin+Dev at my org..i was asked to change all email sending to flow, from Apex codes...is there a way i can find which all classes are using Email services
Best Answer chosen by ATHUL MATHEW 18
Sai PraveenSai Praveen (Salesforce Developers) 
Hi Atul,

You may need to use Vscode and retrive all the apex classes and search with keyword Messaging.InboundEmailHandler so this will show all the apex classes which are using Email services.

Let me know if you face any issues.

If this solution helps, Please mark it as best answer.

Thanks,