Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: February 2022
Convert USDZ to STL Programmatically in Java
USDZ files are popularly used to work with augmented reality-based scenarios. They contain all the information including mapping, shading, and skeletal deformation. In some use cases, you may need to export a USDZ file to STL format. For such scenarios, this article demonstrates how to convert USDZ to STL files in Java.
Convert Visio VSD or VSDX File to XAML in Java
In some scenarios, you may need to convert a VSD or VSDX Visio to XAML format. In accordance with similar use cases, this article covers how to convert a VSD or VSDX file to a XAML file in Java.
Work with Conversations on MS Exchange Server in Java
Often, an email is composed of multiple messages (or replies) forming a thread. In Microsoft Exchange Server, these threads are termed as conversations. While working with MS Exchange Server programmatically, you may need to access and manage the conversations. To accomplish that, in this article, you will learn how to find, copy, move and delete conversations on Microsoft Exchange Server in Java.
Posted in Aspose.Email Product Family Tagged Copy a Conversation on MS Exchange Server in Java, Delete a Conversation on MS Exchange Server in Java, Find Conversation on MS Exchange Server in Java, Java API to Work with Conversations on MS Exchange Server, Move a Conversation on MS Exchange Server in Java
Get Contacts List from Microsoft Exchange Server in Java
While working with Microsoft Exchange Server programmatically, you may need to access the contacts from it. For example, to export the contacts, manipulate them, or use them for other purposes. In this article, you will learn how to get the contacts list from Microsoft Exchange Server in Java.
Move Email to a Folder on Microsoft Exchange Server in C#
Microsoft Exchange Server is a widely used collaboration platform that provides email, contact management, calendaring, and other services. In the previous post, we have shown you how to access and read emails from MS Exchange Server programmatically in a .NET application. However, you may also need to copy emails from one folder to another on Exchange Server. To achieve that, this article shows how to move emails to a particular folder on MS Exchange Server in C# .NET.
Create Survey Form from JSON Markup using C#
You can easily generate surveys, quizzes, and ready-to-print OMR answer sheets from JSON markup programmatically. In this article, you will learn how to create a survey form from JSON markup using C#.
Convert Visio VSD or VSDX to VDX in Java
Sometimes you might need to convert a VSD or VSDX file to a VDX file which is based on XML schema. In accordance with such scenarios, this article explains how to convert a VSD or VSDX Diagram file to a VDX file in Java.
Convert DWG to OBJ File in C#
You may need to render such drawings in 3D modeling applications for visualizing or manipulating the designs. You can convert the DWG file to a 3D Object file in OBJ format. This article covers how to convert a DWG drawing to an OBJ file programmatically in C#.
Add, Update and Delete Contacts from Microsoft Exchange Server in Java
Microsoft Exchange Server is an email and calendaring server that provides different collaboration services like email, calendars, contacts management, etc. In one of my posts, I have shown you how to access and read emails from Microsoft Exchange Server programmatically in Java. However, we often need the contact list that we have on the MS Exchange Server. So in this article, you will learn how to add, delete, or update contacts on Microsoft Exchange Server in Java.