How to Extract Task Items from Zimbra TGZ Backups Using Aspose.Email for .NET
Aspose.Email for .NET’s TgzReader lets you programmatically open Zimbra .tgz backups, locate task entries, and export them as .ics files, streamlining migration to Exchange or CalDAV. The article walks through prerequisites, a complete C# example, and tips for integrating the extracted tasks into other calendar systems.
Batch Updating Read/Unread Flags in PST Files with Aspose.Email for .NET
Batch updating read/unread flags in PST files becomes fast and reliable with Aspose.Email for .NET. Learn the one-call FolderInfo.SetReadStatus API that eliminates per-message I/O and speeds up bulk operations.
Build Dynamic Microsoft Graph Queries in C#
This article explains how to use OData parameters to build dynamic Microsoft Graph queries in C# for filtering, sorting, and selecting mailbox data without writing complex query strings manually.
Convert Outlook for Mac (OLM) Files to PST and MBOX in C#
Learn how to convert Outlook for Mac (OLM) files to PST and MBOX formats using C# and Aspose.Email for .NET. This guide explains how to open OLM archives, extract messages, preserve folder structures, and export data for use in Windows Outlook, Thunderbird, and other email clients.
How to Read, Create, and Edit Outlook Email Templates (OFT) in C#
Learn how to work with Outlook email templates (OFT files) in C# using Aspose.Email for .NET. This article explains how to detect, create, convert, and modify OFT templates programmatically without Microsoft Outlook.
Convert Outlook VCF to HTML and HTML to VCF in C#
This article shows how to automate the conversion of Outlook VCF files to web-friendly HTML and vice versa using Aspose.Email for .NET in C#. It includes code samples, step-by-step instructions, and highlights for improving contact data workflows.
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
Read and Convert Multi-Contact VCF Files in C#
This article shows how to manage multi-contact VCF files in C#, including detection, reading, and conversion to Outlook distribution lists using Aspose.Email.
Managing Outlook Reactions in C# – Extract MSG File Reactions
This article explains how to extract Outlook reactions from MSG files using C#. It covers reaction tracking, retrieval with Aspose.Email for .NET, and additional email management features.
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#.