John Eastman

Hello
I use the ESBPCSExe unit to create an E-mail message in the default E-mail handler and insert a recipient address - see code below
ESBPCSExe.ExeMailTo(DataPatients.adsTablePatients.FieldByName('E-MailAddress').AsString);
My question is whether there is a procedure to attache a file to the E-mail message created above
something like ESBPCSExe.ExeMailAttachment(FileLocation.AsString);
TIE
John