Forum Discussion
Outlook/sharepoint
Good Morning,
I am new to sharepoint.
Do You know if there is a webpart to show outlook message count in sharepoint?
Thank you for your help
Davidvincen06 Unfortunately, No. There is no SharePoint out of the box web part available in SharePoint Online to show the count of outlook messages.
Here's the easiest solution you can try:
- Create a Power Apps canvas app
- Add Outlook connector to app and use connector actions to get the count
- Publish the app
- Add canvas app to SharePoint page using Power Apps web part
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
Davidvincen06 Unfortunately, No. There is no SharePoint out of the box web part available in SharePoint Online to show the count of outlook messages.
Here's the easiest solution you can try:
- Create a Power Apps canvas app
- Add Outlook connector to app and use connector actions to get the count
- Publish the app
- Add canvas app to SharePoint page using Power Apps web part
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
- SvenSieverdingBronze Contributor
Hi Davidvincen06,
in the PnP samples repository, there is also a "Personal Emails" webpart
https://github.com/pnp/sp-starter-kit/tree/master/source/react-personal-email
But you need to be a SharePoint Admin to initially compile and install that.
Best Regards,
Sven