Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: March 2022
Create Exchange Distribution List in C# .NET
MS Exchange Server provides the feature of creating distribution lists or groups. These distribution lists allow you to send emails to a group of people without requiring you to enter individual email addresses. In this article, you will learn how to create a distribution list on MS Exchange Server in C# .NET. Furthermore, we will cover how to fetch a distribution list programmatically.
Convert MHT to an Image in C#
You might need to convert an MHT file to an image for previewing the contents as a thumbnail. In accordance with such requirements, this article covers how to convert an MHT or MHTML file to an image in JPG, PNG, and other image formats programmatically in C#.
Posted in Aspose.HTML Product Family Tagged Convert MHT to Image, MHT to JPG csharp, MHT to PNG csharp
Read Emails from Shared Mailbox on Exchange Server in C#
Microsoft Exchange Server provides a bunch of useful features to create, send, and manage emails. One of these features is a shared mailbox that can be accessed by multiple users. While working with MS Exchange Server from within your .NET applications, you may need to access emails from a shared mailbox. So in this article, you will learn how to read email messages from a shared mailbox on MS Exchange Server using C# .NET.
… Continue ReadingConvert SVG to Word DOCX/DOC Document in C#
SVG images are popular because of their being scalable in nature. In certain scenarios, you might need to convert an SVG image to a Word document in DOCX or DOC format. Accordingly, this article covers how to convert an SVG file to a Word document programmatically in C#.
Download Youku Video Programmatically in C#
Youku is China’s famous online video hosting and streaming platform. In some specific scenarios, you may need to download a video from Youku. This article covers how to download a Youku video programmatically in C#.
Convert VSD or VSDX Visio File to SWF Programmatically in C#
In some use cases, you might need to convert a VSD or VSDX diagram to an SWF file. In accordance with similar requirements, this article covers how to convert a VSD or VSDX file to an SWF file programmatically in C#.