Author Archives: Usman Aziz

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

Convert VCF Files to HTML in Java

VCF is a commonly used format to store the contact information of single or multiple persons. Also, it can contain the contact information of the business. The fields of a VCF file include name, address, phone, email, etc. In certain cases, you may need to convert a VCF file to HTML, for example, to embed it into a web page. To accomplish that programmatically, this article shows how to convert a VCF file to HTML in Java.

Posted in Aspose.Email Product Family | Tagged , ,

Create, Update, and Delete Contacts in Gmail using Java

Gmail is one of the commonly used online applications for sending and receiving emails. In addition, it allows working with calendars, contacts, chats, etc., and provides various other collaboration services. Recently, in an article, we have covered how to import contacts from a Gmail account. Today, you will learn how to create, update, and delete contacts in a Gmail account using Java.

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