Hello - Is there a trick for pushing emails through faster, from the email router into the plugin email create event?
For example, as a test I send an email to the email address that is associated with the CRM email router. I have a plugin registered to the create event of the email. When I check the OWA inbox of the email address associated with the CRM email router the email that I send from my test client shows up pretty quickly (< 30 seconds).
However, it takes a lot longer for the breakpoint in my email create plugin to get hit. I've seen it take as little as 45 seconds but it may take 2-4+ minutes. Obviously, this delay when aggregated impacts my total dev/test time because it's time I just spend waiting for the breakpoint to get hit.
Email clients have a Send/Receive button or you can manually toggle between the email client Inbox/Sent views to trigger the email client to process. Do you know of a similar process I can use with the CRM email router to help trigger the email create process more quickly?