Tag: Office 365

How to get O365 tenant for dev work
How to get O365 tenant for dev work
Blog Posts

As a developer, O365 is a very important platform to look out. The way Microsoft has changed the development stack for Office platform, enabling non-Microsoft stack developers also to build an application in Office productivity stack. For developers, it is important to know how they can get a sandbox playground for their app testing and… READ MORE

The step-by-step guide to sending Email into Microsoft Teams
The step-by-step guide to sending Email into Microsoft Teams
Blog Posts

Imagine you are a sales person (without Microsoft Teams) out on the road and you get an Email from a potential customer. The customer is asking for a special deal which requires you to discuss it further with your sales team. Normally, you’d forward the Email to your colleagues and then Email tennis would continue for the next few hours. Then, after a… READ MORE

Creating a Workflow in Office 365 SharePoint
Creating a Workflow in Office 365 SharePoint
Blog Posts

In this article, we shall see how to create a new workflow in Office 365 SharePoint. By reading this article we can learn below points, a) How to create new workflow for the Library b) How to Apply the Created Workflow to the Libraries c) How to assign the Task to Resource d) Email Trigger… READ MORE

What is PnP? Why should I consider it?
What is PnP? Why should I consider it?
Blog Posts

What is PnP? PnP (Pattern & Practices) is an initiative which include samples & guidance as how to transform your full trust code solutions to the add-in model. But PnP guidance started evolving to other areas as well, including SharePoint Framework, Office 365 APIs, Office Add-ins, and Microsoft Graph. PnP is community driven open source… READ MORE

Copy Documents between Site Collections in Office 365
Copy Documents between Site Collections in Office 365
Blog Posts

In this blog I am going to share the code to copy documents between site collections using CSOM on Office 365 SharePoint. The below code uses the recursive method to get all documents from source site collection and copy it to the target site collection. The script also preserves the modified and modified by details… READ MORE

Introduction in Microsoft Graph Development (Part 1)
Introduction in Microsoft Graph Development (Part 1)
Blog Posts

Application Development with Microsoft Graph A lot of companies are already using cloud based solutions, among others because of the speed and flexibility of cloud platforms in providing solutions and the long term lower costs compared to On Premise solutions. Microsoft offers a fast growing platform with Office 365 and SharePoint, which is used by… READ MORE