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.
<span title='2022-11-17 14:00:00 +0000 UTC'>November 17, 2022</span>&nbsp;·&nbsp;0 min&nbsp;·&nbsp;Dmitrysamodurov

Connect to Microsoft365 Mailbox using Modern Authentication in C# .NET

<span title='2022-06-14 19:22:54 +0000 UTC'>June 14, 2022</span>&nbsp;·&nbsp;0 min&nbsp;·&nbsp;Dmitrysamodurov

Add and Remove Members in MS Exchange Distribution Lists in C#

While working with MS Exchange Server from within .NET applications, you may need to work with distribution lists. In the previous post, you have seen how to create and fetch Exchange distribution lists. In this article, you will learn how to add or remove members in MS Exchange distribution lists programmatically in C# .NET.
<span title='2022-04-07 04:25:00 +0000 UTC'>April 7, 2022</span>&nbsp;·&nbsp;0 min&nbsp;·&nbsp;Usman Aziz

Manage Inbox Rules on Exchange Server in C#

Microsoft Exchange Server allows you to define different rules for the inbox, which are applied to the messages such as moving a message to a folder, deleting a message, etc. While working with the Exchange services from within .NET applications, you may need to manage inbox rules programmatically. In this article, you will learn how to create and update inbox rules on MS Exchange Server in C# .NET.
<span title='2022-03-13 06:06:00 +0000 UTC'>March 13, 2022</span>&nbsp;·&nbsp;0 min&nbsp;·&nbsp;Usman Aziz