Search
Follow Us
Categories
- Success Stories(157)
Archives
Category Archive: Aspose.Email Product Family
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.
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.
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.
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.
Import Gmail Contacts in C# .NET
Gmail is a popular and widely used email service provided by Google. Along with sending and receiving emails, it offers various additional features such as auto-reply, chats, etc. As a programmer, you may come across the scenario when you need to import contacts from a particular Gmail account. To accomplish that from within .NET applications, this article covers how to import contacts from Gmail in C# .NET. Moreover, we will demonstrate how to fetch contacts from a specific email group.
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.