English

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.
March 24, 2022 · 2 min · Usman Aziz

Create and Send Outlook Email Messages using Java

Aspose.Email for Java is a powerful email processing API that provides all the basic as well as advanced features for email management. It allows you to create Outlook email messages, read existing emails, and convert MSG, EML, PST, OST, MBOX, and MHT messages to other formats from within your Java applications. In this article, I’ll demonstrate some basic yet important features of how to create and send Outlook emails using Java.
May 20, 2020 · 5 min · Usman Aziz

Work with Extended Attributes of Messages using EWS in Java

We are pleased to announce the release of Aspose.Email for Java 17.11. This release introduces a new feature of working with Extended attributes of messages using API’s Exchange Web Service (EWS) client. In addition, it also brings several fixes to other functionality of the API that further stabilizes the overall behavior of the API in terms of expected behavior. For a complete list of what is new and fixed, please visit the release notes section of API documentation.
December 5, 2017 · 2 min · Kashif Iqbal