FileName
FileBinaryContent
parseEmail(FileName, FileBinaryContent) .then(result => { $parameters.Output = JSON.stringify(result); $resolve(); }) .catch(error => { console.error(error); $reject(); });
HTML_To_Inject
Attachments
{ "Subject": "", "From": "", "To": "", "CC": "", "BCC": "", "BodyHTML": "", "Attachments": [], "HTML_To_Inject": "" }
.msg