How to Launch Email PowerApps from a Button!

Описание к видео How to Launch Email PowerApps from a Button!

In this article we will demonstrate to you how to launch an email within the client application such as Outlook or Mail directly from a PowerApps button.

The below is the Canvas PowerApps formula that you can copy and paste into the OnSelect of the PowerApps button:

Launch("mailto:[email protected]", {subject: "This is my email subject", cc: "[email protected]", bcc:"[email protected]", body: "This is my email body"})

Комментарии

Информация по комментариям в разработке