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.

Read MS Outlook PST Files in Java

PST (Personal Storage Table) is a well-known file format that is used for storage purposes by different Microsoft programs such as MS Outlook, Exchange, and Windows Messaging. PST files can store messages, contacts, and information about other items such as calendars, events, etc. In certain cases, you may need to parse a PST file and extract data from it programmatically. To achieve that, this article shows how to read MS Outlook PST files using Java. You will learn how to extract folders' information, read emails and fetch contacts from a PST file.

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

Create and Delete Folders on MS Exchange Server in Java

Microsoft Exchange Server keeps emails in different folders such as inbox, outbox, etc. In addition, it allows you to create your own folders or subfolders inside the predefined folders. In certain cases, you may need to create custom folders on Exchange Server programmatically. To accomplish that, this article covers how to create or delete folders or subfolders with EWS on MS Exchange Server in Java.

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

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 , , , ,

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.

Posted in Aspose.Email Product Family | Tagged , ,

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.

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

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.

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

Write and Read Messages on Thunderbird Storage in Java

Thunderbird is an open-source application that allows you to configure your email accounts and access email messages from them. The application makes it possible to manage emails from multiple accounts in a single place. In certain cases, you may need to create and access email messages in Thunderbird storage programmatically. In accordance with that, this article shows how to write and read messages on Thunderbird storage in Java.

Posted in Aspose.Email Product Family | Tagged , ,

Read Outlook MSG Files in C#

MSG is a popular file format used by MS Outlook to store email messages, contacts, appointments, etc. While working with email automation from within your .NET applications, you may need to read MSG files. To accomplish that, this article covers how to parse and read Outlook MSG files in C#. Moreover, we will demonstrate how to fetch attachments from an MSG file programmatically.

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

Read Emails using IMAP in Python

In various cases, the email servers are accessed from within the Python applications to read emails or implement email clients. For retrieving emails from an email server, Internet Message Access Protocol (IMAP) protocol is commonly used. In this article, we will show you how to read emails from a server using IMAP in Python. The article will explicitly cover how to connect to an email server, access the desired folder, and read emails.

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