Hey y’all!
So I’ve got a list of mailMessages, and I’m trying to match String refs in the subjects and senders. All good usually, EXCEPT I get an Object Reference exception when trying to access the sender of an email that has specifically been forwarded. I think this is telling me that with automatically forwarded messages the sender cannot be accessed in mailMessage objects in the same way as normal emails… Is there a work around for this?
Cheers!
Dom