Category Archive: Aspose.Email Product Family

Official blog of Aspose.Network for .NET with news of newly supported features, hot fixes, technical articles, tips and videos.

Write and Read Messages on Thunderbird Storage in Python

Thunderbird is an open-source email client that allows you to get messages from more than one email servers. Thus, you can manage emails from multiple accounts in a single place. In certain cases, you may need to access email messages from Thunderbird programmatically. Furthermore, you may have to write new messages on Thunderbird. In this article, you will learn how to write and read messages on Thunderbird storage in Python.

Posted in Aspose.Email Product Family | Tagged , , ,

Create MS Outlook Distribution Lists in Python

MS Outlook allows creating the distribution lists to send emails to multiple people without writing individual email addresses. Furthermore, you can create different lists based on types of people such as official, social, etc. While working with MS Outlook programmatically, you can create and save a distribution list on disk in PST format. This PST file can be loaded and utilized in MS Outlook or from within your application. In this article, you will learn how to create MS Outlook distribution lists in Python.

Posted in Aspose.Email Product Family | Tagged , ,

Create and Send Messages using Microsoft Graph API in C#

Microsoft offers Graph API to access the services of Office 365 and Microsoft Cloud programmatically from within your applications. Furthermore, you can use the Graph API to manage folders, send messages, and perform various other operations. In this article, you will learn how to create and send messages using Microsoft Graph API in C#.

Posted in Aspose.Email Product Family | Tagged , , ,

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.

Posted in Aspose.Email Product Family | Tagged , , ,

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.

Posted in Aspose.Email Product Family | Tagged , , ,

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.

Posted in Aspose.Email Product Family | Tagged , , ,

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#.

Posted in Aspose.Email Product Family | Tagged , , ,

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#.

Posted in Aspose.Email Product Family | Tagged , , ,

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.

Posted in Aspose.Email Product Family | Tagged , ,

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.

Posted in Aspose.Email Product Family | Tagged , , ,