When building Office Outlook Addins there has traditionally been three ways to install them. Installation from the Office Store Installation by a Exchange administrator uploading the manifest.xml Installation by a end-user by uploading the manifest.xml Recently Office 365 was also extended with the centralized deployment feature that allows tenant admins […]
Estimated reading time: 11 minutes
Why would you ever do that you might ask. My use case was to create an admin tool as a webpage with the Office 365 API tools, that would allow the administrator to see statistics for all exchange mailboxes. Statistics that could could be days with most booked meetings, or […]
Estimated reading time: 2 minutes
As I have mentioned before I really like the app concept introduced with Office 2013. Today I’m going to show my latest creation which is a Mail App for Outlook that lets you access files in your OneDrive and upload new files, manage their permissions and insert links to them […]
Estimated reading time: 3 minutes
I just started working with the Office 365 OData API and was a little fustrated with the samples because all the strongly typed classes they provide for using the OData APIs contains nowhere near all of properties the odata returns. So I looked around for some way to generate the […]
Estimated reading time: 14 minutes
The Office 365 product suite (SharePoint, Exchange, Onedrive and the Office package), is moving in an interesting direction. Instead of being products, it starting to become more of a service platform that you can use for whatever you see fit. One of the recently released tools, that really makes this […]
Estimated reading time: 8 minutes
A very likely feature request of any Outlook app would be automatic creation of calendar items, e.g. appointments. Unfortunately the MSDN documentation does not exactly specify how you do that, but it is simple when you know how, let me show you. The JavaScript API unfortunately offers no direct way […]
Estimated reading time: 5 minutes