RE: Fax Service Error. HELP !!!



Hi,
Thanks for your response and providing code slice for me.

The code seems pretty and unfortunately I haven't made a decision now.
However I think the error most likely came from the Delete() or MoveNext()
function. I would like your debugging and locating the error place for
further research. If this issue occurred intermittently, I recommend that
you add logs before and after the Delete() and MoveNext() functions.
Such as:
AddLog("start to delete the file....")
Delete(...)
AddLog("the file is removed from computer")

Also, I would like to know what is going on if you add a statement to check
whether or not the file is existed before the delete operation.

Sincerely,
Charles Wang
Microsoft Online Community Support

.