Parsing Microsoft Outlook Message Files
Contents
[
Hide
]
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:
- Load an email message.
- Get the email subject.
- Get the name of the sender.
- Get the full message body.
- Find out if there are attachments.
- Get the file names of any attachments and save them.
The following code snippet shows you how to parse Microsoft Outlook message files.