I am trying to search the body of emails for email address suffixes. For example @gmail.com. I need it to return all the emails that have @gmail.com but any name in front of it. From what I understand exchange only supports wildcards at the end, is this correct?
Is there another way to get the results I want?
-Thanks