Edit MSG Files using C# in .NET

The article explores how to programmatically edit MSG files in C# using .NET framework. Without Outlook dependency, the library enables modification of email properties, including subject, recipients, body content, attachments, and metadata. With code examples, it demonstrates setting HTML body content, updating recipients, and managing attachments.
December 4, 2024 · 7 min · Margarita Samodurova

Read and Create Outlook Items using .NET API

This blog post is a tutorial on how to read and create Outlook Tasks, Contacts, Calendars, Notes, Journal entries and Distribution lists programmatically in C#. You will find practical code samples provided by Aspose.Email for .NET, a comprehensive library designed to work with various email-related tasks.
June 3, 2024 · 9 min · Margarita Samodurova