Search
Follow Us
Categories
- Success Stories(157)
Archives
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#.
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.
Posted in Aspose.3D Product Family Tagged Convert USDZ to PDF in Java, Java USDZ to PDF, USDZ to PDF in Java
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#.
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.
Posted in Aspose.Page Product Family Tagged Combine XPS in Java, Merge XPS Files in Java, Merge XPS in Java
Convert WOFF to TTF using C#
As a C# developer, you can easily convert Web fonts (WOFF or WOFF2) to True Type Fonts (TTF) programmatically. In this article, you will learn how to convert WOFF to TTF using C#.
Create PDF from LaTeX in Java
As a Java developer, you can easily create a PDF document from the LaTeX source file programmatically. In this article, you will learn how to create PDF from LaTeX in Java.
Create Exchange Distribution List in Java
MS Exchange Server allows you to create email distribution lists that can be used to send emails to a group of people without entering individual email addresses. To create such lists programmatically, this article covers how to create a distribution list on MS Exchange Server in Java. Furthermore, it shows how to fetch a distribution list programmatically.
Add and Remove Members in MS Exchange Distribution Lists in C#
While working with MS Exchange Server from within .NET applications, you may need to work with distribution lists. In the previous post, you have seen how to create and fetch Exchange distribution lists. In this article, you will learn how to add or remove members in MS Exchange distribution lists programmatically in C# .NET.
Create and Read MS Outlook Distribution Lists in C#
Email distribution lists make it easier to send a single email to a group of people without writing their individual email IDs. You can create as many lists as required based on the circles you have, such as official, social, etc. MS Outlook also allows you to make the distribution lists and often you may need to create such lists programmatically. So let's see how to create and read MS Outlook distribution lists in C# .NET.