i am extracting ( email From )which the subject "violance notification"
but it comes with (email To) also which the subject "re:violance notificaiton"
how to avoid "re: violance notification emails.
Printable View
i am extracting ( email From )which the subject "violance notification"
but it comes with (email To) also which the subject "re:violance notificaiton"
how to avoid "re: violance notification emails.
check if the subject has re: using instr()
I have already given you an example in your last thread...
Remember you will also have to apply the logic for "FW:" ;)