Mail.Mailbox.AccessConflicts | The number of times that a thread attempting to access a mailbox had to wait because the number of concurrent threads exceeded the number of mailboxes configured.
For example, if there are three mailboxes configured, and there are four concurrent accesses, the conflict count would be incremented.
If the number of access conflicts consistently exceeds two percent of the value of Mail.Mailbox.Accesses, consider creating an additional mailbox. |
Mail.Mailbox.AccessWarnings | The number of times that the number of threads accessing the mailbox (that is, the value of Mail.Mailbox.CurrentAccesses) reached one less than the number of configured mailboxes.
For example, the warning count is incremented when two threads attempt to access MAIL.BOX concurrently and there are three mailboxes configured.
When the number of MAIL.BOX is 2, the value of Mail.Mailbox.AccessWarnings is always equal to the value of Mail.Mailbox.Accesses.
If you have more than three mailboxes configured, and if the number of warnings consistently exceeds ten percent of the value of Mail.Mailbox.Accesses, consider creating an additional mailbox. |