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 Email Messages Programmatically using Java

In certain cases, you may need to read and parse EML or MSG email messages from within your applications. In order to do it programmatically, this article shows how to extract information from the email messages in Java. Particularly, you will learn how to read email's subject, to, from, body, and header information.

Posted in Aspose.Email Product Family | Tagged , ,

Convert Emails to HTML in Java

MSG and EML are popular file formats to store email messages. However, you can not display the content of both of the email formats directly in your web applications. In order to embed MSG or EML emails within your web pages, you can convert them to HTML. In this article, you will learn how to convert MSG and EML/EMLX emails to HTML in Java.

Posted in Aspose.Email Product Family | Tagged , ,

Read Emails from MS Exchange Server using Java

Microsoft Exchange Server is a mail server that provides email, calendaring, contact management, and other collaboration services. It can easily be connected and accessed from within your web or desktop applications. Thus, you can communicate with the Exchange Server and access emails, contacts, calendars, etc. In this article, you will learn how to connect to MS Exchange Server and read emails using Java.

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

Connect to POP3 Servers using C#

Post Office Protocol (POP3) is an email protocol that is used to fetch emails from the mailing servers. While implementing email clients and working with POP3 servers, you will first need to establish a connection to access the mailbox. To achieve this, in this article, you will learn how to connect to POP3 servers using C# from within your .NET applications.

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

Convert MSG and EML Emails to HTML using C++

In this day and age, emails are among the most common means of communication over the internet. As software developers, you see a wide variety of user requirements and usage scenarios. One such requirement might be that you want to embed the email content in web pages. For such cases, you would need to convert the emails into HTML format. In this article, you will learn how to convert MSG and EML emails to HTML or MHTML format programmatically using C++.

Posted in Aspose.Email Product Family | Tagged , ,

Connect to IMAP Servers using C#

Internet Message Access Protocol (IMAP) is the most commonly used protocol for retrieving 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 via SOCKS or HTTP proxy using C#. Furthermore, you will learn how to connect to an SSL-enabled IMAP server programmatically.

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

Connect to SMTP Servers using C#

Simple Mail Transfer Protocol (SMTP) is the most commonly used email protocol that deals with sending email messages from client applications to the email server. In various cases, the email clients are implemented within .NET applications in order to send emails via SMTP. For such scenarios, this article covers how to connect to an SMTP server programmatically using C#. Furthermore, the code samples demonstrate how to send an email via SMTP client after connection establishment.

Posted in Aspose.Email Product Family | Tagged , ,

Send Word Document in Email Body using C#

The presentation of the emails' body is one of the important factors to engage the readers. Therefore, emails are well formatted using headings, subheadings, tables, images, and etc. However, most of the built-in email editors do not provide advanced formatting options. In order to tackle this limitation, this article covers how to compose your emails using Word documents as email body in C#.

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

Convert MSG and EML Emails to HTML using C#

In order to embed the content of the emails into the web pages, you would need to convert them into HTML format. For such cases, this article covers how to automate email to HTML conversion in .NET applications. Particularly, you will learn how to convert MSG and EML email files to HTML or MHTML format using C#.

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

Convert Email Messages to PDF using C++

Emails are the primary source of communication over the internet, especially in business environments. There might be cases such as discussing and finalizing the client's software requirements for product development. After completing the software requirements, you might need to generate a final set of documents containing the emails and other details to share with your team. In such scenarios, converting the email to PDF may prove to be helpful. In this article, you will learn how to convert an email message to PDF format using C++.

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