On the Do this tab, make the following change to the code in the When button pressed field:
Existing (format hard-coded):
%Results:=%ScriptEval(JScript.NET,,%Procedure.Name,%MapName,"Metastorm.Extensions.SendMail.Send", %Recipients, %CC, %BCC, %Sender, %Title, %Body,0, %Attachments,1, "localhost", 25)
Change to:
%Results:=%ScriptEval(JScript.NET,,%Procedure.Name,%MapName,"Metastorm.Extensions.SendMail.Send", %Recipients, %CC, %BCC, %Sender, %Title, %Body, %IsBodyHTML, %Attachments,1, "localhost", 25 )
Change the code executed by Send to Pickup Folder to:
%Results:=%ScriptEval(JScript.NET,,%Procedure.Name,%MapName,"Metastorm.Extensions.SendMail.Send", %Recipients, %CC, %BCC, %Sender, %Title, %Body, %IsBodyHTML, %Attachments,0, %PickupLocation ,1)