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.

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.

Posted in Aspose.Email Product Family | Tagged , ,

Read Emails from Shared Mailbox on Exchange Server in Java

Microsoft Exchange Server provides the facility of a shared mailbox that can be accessed by multiple users. The users can send or receive emails, create calendars and tasks, and perform other activities. While working with MS Exchange Server programmatically, you may need to access emails from a shared mailbox. Therefore, in this article, you will learn how to read email messages from a shared mailbox on MS Exchange Server using Java.

Posted in Aspose.Email Product Family | Tagged , ,

Create and Send Messages using Microsoft Graph API in Java

Microsoft Graph API allows you to access and utilize various services of Office 365 and Microsoft Cloud programmatically. In the previous article, we have shown you how to use Microsoft Graph API to create and update folders. In this article, we will demonstrate how to create and send messages using Graph API in Java.

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

Create and Delete Folders on MS Exchange Server in C#

In Microsoft Exchange Server, emails are organized in different folders such as inbox, outbox, etc. Also, you can create your own folders or subfolders based on your needs. While working with MS Exchange Server, you may need to create custom folders programmatically. In this article, you will learn how to create folders or subfolders with EWS on MS Exchange Server in C# .NET. Also, we will cover how to delete a folder on Exchange Server.

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

Work with Conversations on MS Exchange Server in C#

The conversations on Microsoft Exchange Server are referred to as the group of email messages in a thread. In simple words, an email and all its replies are known to be a conversation. In this article, we will show you how to work with conversations in MS Exchange Server programmatically. Particularly, you will learn how to find, copy, move and delete conversations on MS Exchange Server in C# .NET.

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

Get Contacts List from Microsoft Exchange Server in C#

Microsoft Exchange Server is a well-known platform for email, calendaring and other collaboration services. Often you may need to connect to your MS Exchange Server and retrieve the list of contacts programmatically. To achieve that, this article shows how to get the contacts list from Microsoft Exchange Server in C# .NET.

Posted in Aspose.Email Product Family | Tagged , ,

Connect to IMAP Servers in Python

Internet Message Access Protocol (IMAP) is one of the most commonly used protocols for reading messages from an email server. In order to access the mailbox from your client applications, you would first need to establish a connection with the IMAP server. To achieve this, this article covers how to connect to an IMAP server using Python. Furthermore, you will learn how to fetch messages from an IMAP server programmatically.

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

Read MS Outlook PST Files in C# .NET

PST (Personal Storage Table) is a storage file format that is used by different Microsoft programs such as MS Outlook, Exchange, and Windows Messaging. PST files are capable of storing messages, contacts, 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 C# .NET. Particularly, you will learn how to extract folders' information, read emails and fetch contacts from a PST file.

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

Add, Update and Delete Contacts from Microsoft Exchange Server in C#

Microsoft Exchange Server is a popular platform that provides various collaboration services like email, calendars, contacts, etc. In the previous post, we have shown you how to read emails from Microsoft Exchange Server. However, you may also need to work with the contacts on the Exchange Server programmatically. In this article, you will learn how to add, delete, or update contacts on Microsoft Exchange Server in C# .NET.

Posted in Aspose.Email Product Family | Tagged , ,

Import Gmail Contacts Programmatically in Java

Google's Gmail is among the most popular and commonly used email services. Gmail provides a range of features along with just sending and receiving emails, such as calendars, chats, etc. In certain cases, you may need to connect to Gmail and import contacts programmatically from within your applications. To achieve that, this article shows how to import Gmail contacts using Java. Also, we will cover how to access contacts in a specific email group.

Posted in Aspose.Email Product Family | Tagged , ,