I have a queue which is setup to create queue items from email sent to a shared mailbox.
The problem is that, when an email is composed in Outlook, tracked in Outlook using the CRM plugin, and then sent to the shared mailbox, two queue items are created in CRM:
- One queue item for the sent email record which was created by the sender when they tracked their outgoing email in Outlook, and
- One queue item for the received email record which was created by CRM when it detected the received email in the shared mailbox.
I understand the logic behind why there would be two email records in CRM (one record indicating that an email was sent, and one indicating that an email was received).
But how can I setup the queue so that it only creates a queue item for the received email record?
Having two queue items for a single email message causes serious problems for high-volume queues with tight SLAs.