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
RAMA KANTHRAMA KANTH 

How to get the " Email Services Address " information at Email-to-case page in an Apex Trigger

Actually, I need a trigger on Email Message Object  that checks Whether the Email Message Object Headers (Email Message Field) String Contains the Email Services Address  String in it So how can I get the String  Email Services Address  at Email-to-case page in my Trigger
 
Preya VaishnaviPreya Vaishnavi
Please use a custom label and put the email service address in the label and check whether the custom label contains it
RAMA KANTHRAMA KANTH
Hi Preya ,
Here We have a lot of Email-to-case  Email Services Address data We want to know how we can get the value of it dynamically in Trigger code
for check each Email mesage Headers part contains the Email Services Address in the created case