Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: April 2022
Convert MHT to an Image in Java
In certain situations, you may need to convert an MHT file to an image format. Accordingly, this article covers how to convert an MHT or MHTML to an image in JPG or PNG format programmatically in Java.
Posted in Aspose.HTML Product Family Tagged MHT to Image Java, MHT to JPG Java, MHT to PNG Java, MHTML to Image, MHTML to JPG, MHTML to PNG
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.
Convert MHT to PDF File in C#
MHT file is a webpage archive format that includes text, graphics, animations, CSS, JavaScript, and all linked resources in a single file. Some webpages access images or other resources from a server and saving the page in MHT or MHTML format will let you see such contents even when you are offline. In certain cases, you may need to convert an MHT file to PDF format. This article covers how to convert an MHT file to a PDF file in C#.
Posted in Aspose.HTML Product Family Tagged Convert MHT to PDF in csharp, MHT to PDF, MHTML to PDF
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.