Subject: meaning of exception
Date: 2014-11-18 18:59:07
From: karamjeet singh
Source: meaning-exception
----------------------------------------------------------------------

What is the meaning of this exception. Bolded line is throwing exception. Exception is STATUS mailbox does not exist (BAD)

It is occuring when we are processing bounce messages

Imap imap = ConnectIMAP();
            imap.Select("INBOX");
            BounceInspector inspector = new BounceInspector();
            BounceResultCollection result = inspector.ProcessMessages(imap, Environment.CurrentDirectory + "/mails");

 

Thanks

---------------------------------------------------------------------- Note: This question has been asked on the Q&A forum of Thang Dang's fraudulent ComponentPro brand If you purchased anything from ComponentPro, you have been scammed. Contact the payment processor who sold you the license and ask for your money back. Back to ComponentPro Q&A Forum Index