How to launch outlook mailbox from PowerApps step by step

Use PowerApps in outlook: Launch outlook from PowerApps

One comment

Loading

Use PowerApps in outlook, in this PowerApps Tutorial, we will learn how to open outlook from PowerApps step by step using the PowerApps Launch function.

To open the outlook we will use the launch function of PowerApps. So, let’s get started how does this work?

What is the launch function in PowerApps?

The launch function in PowerApps is used to launch or open a web page or canvas app bypassing the parameters.

Example:

Launch( "https://google.com" )

Step 1:

Create a sample canvas app, we assume you know how to create the Canvas App in PowerApps.

Contact us form in PowerApps
Contact us form in PowerApps

Add a label inside the rectangle box to highlight the demo header – “Open Outlook from PowerApps Form”.

Then, add a button and name something as “Click me to open outlook email”.

Step 2:

Select the “Click me to open outlook email” button and in the “OnSelect” event write the below function:

Launch("mailto:global.sharepoint.diary@gmail.com" &
"?cc=global.sharepoint.diary@gmail.com" &
"&bcc=global.sharepoint.diary@gmail.com" &
"&subject=Here is the subject of the mail" &
"&body=The body of the email !");

Launch function to open Outlook in PowerApps

Launch function to open Outlook in PowerApps

Description

In the above demo, we used the launch function of PowerApps to open the outlook mailbox with predefined values like “To”, “CC”, “BCC”, “Subject”, and “Body”. Here we have used the Gmail account, you can use your company’s email id as well. And in the above demo, we have hard coded the email metadata values like “To”, “CC”, “BCC”, “Subject”, and “Body”, we can even dynamically pass these values from the PowerApps form input textbox control.

Use PowerApps in outlook: preview the open outlook form from PowerApps

Preview the open outlook form from PowerApps
Preview the open outlook form from PowerApps

Now, click on the “Click me to open outlook email” button.

Then, we can see that the mailbox got opened with predefined values like “To”, “CC”, “BCC”, “Subject”, and “Body”.

Use PowerApps in outlook - Launch outlook from PowerApps button click event
Launch Outlook from the PowerApps button click event

Business use case of Launch function to open outlook from PowerApps:

If we want to launch Outlook and send an email from the PowerApps form, then we can develop this email-sending form.

Summary: What we had here (Launch function to open outlook from PowerApps)?

Thus, in this article, we have learned how to open the Outlook mailbox using the PowerApps Launch function step by step and also learned what the launch function in PowerApps is with an example.

See Also: PowerApps Tutorial

You may also like the below PowerApps articles:

Buy SharePoint Online eBook

Buy the premium version of SharePoint Online & Office 365 administration eBook from here:


Buy SharePoint Online & Office 365 Administration eBook

About Post Author

1 comments on “Use PowerApps in outlook: Launch outlook from PowerApps”

Do you have a better solution or question on this topic? Please leave a comment