Hello
After we call MboxStorageReader .Cancel
if we call MboxStorageReader .Dispose
and then under _MboxFileFilled event we try to get e.FileName
we’ll get:
System.ObjectDisposedException occurred in mscorlib.dll
Cannot access a closed file.
Expected?
Thanks.