The lyrPendingDomains table is used to keep track of the pending recipients in the lyrActiveRecips table (broken down by the top 100 domains). This table is used in conjunction with the "Sending Queue Backlog", to pull the info on a scheduled basis (off by default).
Field Name |
Description |
Version Added |
---|---|---|
MailStreamID |
The MailStream associated with this data (int, NULL) |
10.1 |
Domain |
The domain for pending recipients (varchar(250), NULL) |
10.1 |
TheCount |
The count of pending recipients on this mailstream (int, NULL) |
10.1 |