The Exchange web client renders in the Teams website tab now – Chrome and Chromium-based Edge. I use the nightly build of FireFox and it says ‘Blocked by X-Frame-Options Policy’
![](https://www.rushworth.us/lisa/wp-content/uploads/2019/11/word-image-2.png)
This isn’t a way to get new mail notifications in Teams – you’ve got to click over to the tab. But it does let you send a quick message without leaving Teams.
It’s a little inconvenient, though, to have to navigate over to the right channel to find the website tab. You can also create a custom Teams application to access the Exchange website. That’s a little more complicated, but you basically need a manifest.json with static tabs to the inbox and calendar.
Install and open “App Studio” in Teams. Create a new app. Fill in the details — use the generate button to get an app ID. Since you’re not going to publish the app to the Microsoft app store, the info you use isn’t super important … the privacy and terms of use, specifically, aren’t something anyone is going to read.
![](https://www.rushworth.us/lisa/wp-content/uploads/2019/11/word-image-3.png)
And
![](https://www.rushworth.us/lisa/wp-content/uploads/2019/11/word-image-4.png)
In the “Capabilities” section, add a personal tab
![](https://www.rushworth.us/lisa/wp-content/uploads/2019/11/word-image-5.png)
Add a tab for the mailbox:
![](https://www.rushworth.us/lisa/wp-content/uploads/2019/11/word-image-6.png)
If you wish, add a tab for the calendar – I prefer the weekly view, but you can replace “week” with “workweek”, “day”, or “month”.
![](https://www.rushworth.us/lisa/wp-content/uploads/2019/11/word-image-7.png)
In the “Test and Distribute”, click “Download”.
![](https://www.rushworth.us/lisa/wp-content/uploads/2019/11/word-image-8.png)
You’ll get a zip file that you can side-load (i.e. it’s not an app published across the company). In “Apps”, select “Upload a custom app”
![](https://www.rushworth.us/lisa/wp-content/uploads/2019/11/word-image-9.png)
Locate the downloaded ZIP file and open it
![](https://www.rushworth.us/lisa/wp-content/uploads/2019/11/word-image-10.png)
Verify that your app looks right – the permissions are base permissions for all apps (we didn’t add anything special)
![](https://www.rushworth.us/lisa/wp-content/uploads/2019/11/word-image-11.png)
Click “Add” and you’ll be able to select the new app from the ellipses in Teams.
![](https://www.rushworth.us/lisa/wp-content/uploads/2019/11/word-image-12.png)
And you’ll have an app that can access your mailbox
![](https://www.rushworth.us/lisa/wp-content/uploads/2019/11/word-image-13.png)
Or a week view of your calendar
![](https://www.rushworth.us/lisa/wp-content/uploads/2019/11/word-image-14.png)