Hello,
About the new event handlers, how to control the cancellation of process in the middle?
In real-world, large data processing apps, it’s vital to be able to cancel the process.
If I use the new overload as below, output files will be part0.pst and go on…
Can I force it to capitlized: Part0.pst … (First upper char)
(StorageProcessing::e.FileName is read-only)
pst.SplitInto(5000000, String.Empty , outputFolderPath)
Thanks.
Support for canceling the process is in another ticket.
Changing letters to uppercase is not supported (and no such support is planned).
1 Like
Hello and thanks, does it apply when using these 2 methods:
ConvertPersonalStorageToMbox and MboxToPst
I mean when using the above can we get the current/total item count to reflect in a progress bar?
No, this event doesn’t apply there.
Hello,
Sorry just checking about the ConvertPersonalStorageToMbox and MboxToPst missing features:
-
Current/total progress to reflect in a progress bar (otherwise user won’t know how long to wait)
-
Being able to cancel in the middle of progress
-
PersonalStorage Pst Merge function cancel property.
-
PersonalStorage Pst Split function cancel property.
Can you please ask the devs about the estimated implementation?
Thanks.
Hello,
regarding the 1st and 2nd points, a new converter is being developed, in which these points will be implemented.
Next, items 3 and 4 will be actualized.