Parsing Microsoft Outlook Message Files

Contents
[ ]

With Aspose.Email, you can parse Microsoft Outlook messages in just a few lines of codes. This article shows how. Aspose.Email has classes for performing many programming tasks with Outlook messages. The code example below shows how to:

  1. Load an email message.
  2. Get the email subject.
  3. Get the name of the sender.
  4. Get the full message body.
  5. Find out if there are attachments.
  6. Get the file names of any attachments and save them.

The following code snippet shows you how to parse Microsoft Outlook message files.