Issue
In some environments, we have seen slow item collection from EmailXtender. This can be helped, as described below.
Solution
The following index should be added to each EmailXtender database:
CREATE NONCLUSTERED INDEX IX_RouteEmailId
ON [dbo].[Route] ([EmailId])
INCLUDE ([MD5HashKey],[TimeStamp])