Working with Outlook Notes
Contents
[
Hide
]
Create, Save and Read Outlook Notes
Aspose.Email provides the facility to create Outlook notes and save to disk in MSG format. The MapiNote class provides properties and methods to set the desired information for a note. This article shows how to create, save and read a MapiNote from the disk.
Create and Save Outlook Note
The following steps can be used to create and save a note to disk.
- Instantiate an object of the MapiNote class.
- Set various properties as desired.
- Save the note to disk as an MSG file.
Read a MapiNote
The MapiNote class object is used to cast the MapiMessage object that loads a note from disk in MSG format.