Working with Outlook Notes

Creating, Saving and Reading Notes

Aspose.Email provides the facility to create Outlook notes and save them to disk in MSG format. The MapiNote class provides properties and methods for setting task information. This article shows how to create, save and read a MapiNote from the disk.

Creating and Saving an Outlook Note

The following steps can be used to create and save a note to disk:

  1. Instantiate an object of the MapiNote class.
  2. Set various properties.
  3. Save the note to disk as an MSG file.

The following code snippet shows you how to create and save an Outlook Note.

Reading a MapiNote

The MapiNote class object is used to cast the MapiMessage object that loads a note from the disk in MSG format. The following code snippet shows you how to read a MapiNote.