Hi all,
We're using Exchange 2007 WS to process mail folders and are hitting various problems if we try and forward a message we've already received. Our process is:
- Windows Service monitors mailbox folder, on finding a new mail we process the information and move the item to a 'Processed folder' and store the Exchange Message Id.
- Users may opt to forward the mail externally. We use the Exchange API to find the item using the Message Id we stored earlier, and then again use the API to forward.
Except finding the mail again is proving rather flakey. We regularly get the following error:
'The specified object was not found in the store.'. Is there a better/more reliable way we can achieve the same ? The doco for Exchange WS is rather sparse....