Hi,
We have recently updated from Aspose.Email v. 5.0.0.0 to v. 5.7.0.0, and since then we are getting an exception when calling the method IEWSClient.GetMailboxInfo(string mailbox).
It is working when we are using the older version.
Here is the exception:
ExchangeException: Mailbox information can not be read.
Folder Id: 'contacts'; Message: The specified folder could not be found in the store.
Folder Id: 'deleteditems'; Message: The specified object was not found in the store.
Folder Id: 'drafts'; Message: The specified folder could not be found in the store.
Folder Id: 'journal'; Message: The specified folder could not be found in the store.
Folder Id: 'notes'; Message: The specified folder could not be found in the store.
Folder Id: 'sentitems'; Message: The specified object was not found in the store.
Folder Id: 'junkemail'; Message: The specified folder could not be found in the store.
at _ ._(String _, _ & _, Int64& _)
at _ .GetMailboxInfo(String _)
What could be the problem?
/Andreas