Hey, so here's another question.
If a mail comes from an undefined source, where does it go?
In my admin view, I have a query that just shows ALL received mail, and they display there but how would I clarify the specific Consultants mail?
I figured if i had a query something like, FIND ReceivedEmail WHERE ReceivedEmail.ToAddress=LoggedInConsultant.EmailAddress then that's step one. But that will show all mail. How can I specify mail that DOESN'T have a Contact or Consultant attached to it?