Thanks, I am looking into this. Is the parent OutlookSession still active, did you dispose of the folder after placing the messages in the list?
Peter
Can you send me a code snippet of how you are using the EmailMessage so that I can investigate further. The only scenario where the Properties collection should return ObjectDisposedException is where Dispose has been called on the Message - either directly or via the GC.