MboxStorageReader .Cancel vs .Dispose issue

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.

Hi @australian.dev.nerds
Could you please provide a code snippet of how you use the Cancel and Dispose methods so we can reproduce the issue on our side?