Alex said :
Is it possible to check a mailbox, save its size, recheck 5 minutes after, and compare the result of its first and second size, and if we see a difference it's that the mailbox grow!Exchange_Mailbox WMI class allows you to check cumulative size of all of the messages in the mailbox but as I know it does not provide information about each mail
http://msdn.microsoft.com/en-us/library ... 65%29.aspx
Also HostMonitor offers POP3 and IMAP test methods however these tests cannot check specific mail either. You may check total mail box size...
http://www.ks-soft.net/hostmon.eng/mfra ... s.htm#pop3
http://www.ks-soft.net/hostmon.eng/mfra ... s.htm#imap
And if it's possible, how I can store the first checking result to compare it with the second checking result ?
Thanks for your help.