Sorry, I missed your reply / question.
Currently (see CRM app), if I register my email address into a Customer's email and send an email to my address, that email will be automatically referenced in the Customer's communication events.
Now, this works if the ToAddress in the email is just myname@myco.com. If the ToAddress contains 'First Lastname myname@myco.com' the email will not be referenced.
If I understand it right, the IncomingEmail Notification ToAddress is looked up to the EmailAddress attribute of the Intelligent-BO (ie. Customer), no ?
If a full match is found (=), it is referenced.
My point is : remove all char up to the < sign and the > sign BEFORE trying to match the email address. Does it make sense ?
Thanks