We have a working solution in V9.1, using the SendEmail functionality as follows.
Mstm.SendEmail(emailTo, emailOriginator, null, emailSubject, emailBody, null, emailFrom);
When the same solution is deployed to V9.2, this line of code prevents the folder from moving to the next stage - identified by the fact that it works when I comment out this line of code.
Aanyone had the same, or have a suggestion?
Thanks
Jennifer