Extract Properties, Attachments, and Recipients from PST Files in C#
This article shows developers how to work with PST files efficiently in C#. Instead of loading entire messages, you can extract only the properties, attachments, or recipient lists you need by using Aspose.Email for .NET. The guide includes code examples and explanations for working with property tags, saving attachments directly, and retrieving recipient collections
Managing MAPI Properties in Python
Explore how to manage standard, named, and custom MAPI properties programmatically using Aspose.Email for Python via .NET, with examples and best practices.
Managing Reference Attachments in MSG Files Using C#
This article explains how to work with reference attachments in MSG files using Aspose.Email for .NET, covering identification, property extraction, and creation in C#.
Manage Standard, Named, and Custom MAPI Properties using C#
This article explores the ways of managing email data such as Messaging Application Programming Interface (MAPI) properties programmatically using an advanced .NET API. It details how to access, enumerate, and manipulate standard, named, and custom MAPI properties within email messages. The article provides practical code examples to demonstrate the usage of Aspose.Email for .NET, showcasing how to retrieve and print properties, and manage custom email data effectively.