Create and Update Folders using Microsoft Graph API in Java

Microsoft provides Graph API to interact and work with Office 365 and Microsoft Cloud services. It allows you to create and manage folders, access messages, manage categories and use other services programmatically. In this article, you will learn how to use Microsoft Graph API to create and update folders in Java.
April 14, 2022 · Usman Aziz

Create XBRL Instance Document and Add Objects in C#

You can easily create an XBRL instance document programmatically and add objects or elements such as schema reference, context, unit, items, etc. In this article, you will learn how to add objects to XBRL instance documents using C#.
April 14, 2022 · Muzammil Khan

Manage Inbox Rules on Exchange Server in Java

While using Microsoft Exchange Server services, you may need to define different rules for the inbox folder. These rules are applied to the messages such as moving a message to a folder, deleting a message, etc. An inbox rule is comprised of conditions and the actions to be performed when the conditions are met. In this article, you will learn how to create and update inbox rules on MS Exchange Server in Java.
April 13, 2022 · Usman Aziz

Convert USDZ to FBX in C#

In some cases, you may need to convert USDZ to FBX format. For such requirements, this article covers how to convert a USDZ file to an FBX file programmatically in C#.
April 12, 2022 · Farhan Raza

Convert OFT Files to HTML in Java

MS Outlook uses OFT as a template format to create layouts for the emails. The template can be preformatted and populated with the content dynamically for creating custom messages. In some instances, you may get the OFT files and need to convert them to HTML format programmatically. To achieve that, this article shows how to convert an OFT file to HTML in Java.
April 12, 2022 · Usman Aziz

Create, Update or Delete Tasks on MS Exchange Server in C#

Various people create a list of activities to be performed, which is also known as a to-do list. Such lists are usually created on a paper, text editor, spreadsheets, etc. Microsoft also provides you the feature of creating and managing to-do lists and terms them as tasks. In this article, we will cover how to add, update, or delete tasks on MS Exchange Server programmatically in C#.
April 11, 2022 · Usman Aziz

Convert USDZ to PDF in Java

USDZ files include the data related to shading, skeletal deformation, and other aspects of 3D scenes. In certain scenarios, you might want to convert a USDZ file to PDF format as the PDF files are widely supported over a number of platforms. For such requirements, this article explains how to convert USDZ to PDF files in Java.
April 11, 2022 · Farhan Raza

Insert or Remove Header and Footer in VSD VSDX Files in C#

Headers and footers are used to display information over the top and bottom margin of each page of a file. They can include the topic, chapter, author, page number, and other relevant information. Visio diagrams in VSD or VSDX format can also contain a header and footer to show important information. This article covers how to insert or remove the header and footer in Visio files programmatically in C#.
April 10, 2022 · Farhan Raza

Create, Update or Delete Google Calendar in C#

Google Calendar is a scheduling service that lets you create and keep track of the events such as meetings. You can log the events on the calendar and get reminders about the upcoming ones. Google also allows you to use its calendaring service programmatically. Thus, you can manage your events using Google Calendars from within your applications. In this article, you will learn how to create, update, and delete Google Calendar programmatically in C#.
April 10, 2022 · Usman Aziz

Merge XPS Files Programmatically in Java

XPS format consists of XML markup which explains visual representation or rendering rules for a document. In certain cases, you may need to merge or combine many XPS documents. For such use cases, this article covers how to merge XPS files programmatically in Java.
April 9, 2022 · Farhan Raza