Dear All,
I have the following code which PDF screen using a button and sends as a person who clicks on the button. I would like to have a generic send as though, is this possible?
Office365Outlook.SendEmailV2(
"email address",
"subject",
"body",
{
Attachments: Table(
{
Name: "name.pdf",
ContentBytes: PDF(screen)
}
)
}
);
Kind Regards
Daniel