I want to send email with the pdf screen attachment but when i tried to combine both codding, only the html appeared in email. pdf attachment missing. I want to send both html with the pdf screen
Office365Outlook.SendEmailV2(
"masreysm@kpsb.com.my",
"Subject here",
"Focus Recognition",
{
Attachments:
{
Name: "PDFFileName.pdf",
ContentBytes: PDF(DetailScreen1_2)
}
}
);
ClearCollect(Mypix,{Name: "Header.png", ContentBytes: Header.Image, '@odata,type':""});
Office365Outlook.SendEmailV2(
"masreysm@kpsb.com.my",
"FOCUSED RECOGNITION",
" "
,
{Attachments: Mypix, IsHtml:true})

Report
All responses (
Answers (