English

Set Up Activity Logging in EWS Client using C# .NET

Logging is used for debugging, as well as for collecting and analyzing working information about the the application. This information is written to a file called a log. Log files contain system information about the operation of the client application, for example, user or program actions. In this article, we will cover how to set up EWS client activity logging using C# .NET.
November 17, 2022 · 5 min · Dmitrysamodurov

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.
April 1, 2022 · 3 min · Usman Aziz