Aspose.Email.Storage.Pst
Contents
[
Hide
]The Aspose.Email.Storage.Pst namespace contains classes for work with Microsoft Outlook PST\OST file format.
Classes
Class | Description |
---|---|
FolderCreationOptions | Represents the options for creating a subfolder in the Outlook PST message store. This class serves as a container for configuring specific settings related to the creation of subfolders. |
FolderInfo | Represents information about personal folder in PST. |
FolderInfoCollection | Represents collection of FolderInfo. |
ItemMovedEventArgs | Provides data for the ItemMoved event |
ItemMovedEventHandler | Represents the method that will handle an ItemMoved event. |
MessageAddedEventArgs | Provides data for the MessageAdded event |
MessageAddedEventHandler | Represents the method that will handle an MessageAdded event. |
MessageInfo | Represents information about message in PST. |
MessageInfoCollection | Represents the collection of MessageInfo. |
MessageStore | Message store is the root of the PST, which is the rough equivalent of the top of a Mailbox. |
PersonalStorage | Provides functionality to access and manipulate the PST (Personal Storage Table) files used by Microsoft Outlook. |
PersonalStorageLoadOptions | Specifies additional options when loading a PST storage. |
PersonalStorageQueryBuilder | Represents the builder of search expression that used by pst. |
PstItemCategory | Represents a category for PST items with a name and associated color. |
RestoredItemEntry | Represents an entry for a soft-deleted item in the PST file, containing the message and the folder Id it was in. |
SaveResult | Represents the result of saving the retrieved item. |
StorageProcessedEventArgs | Provides data for the StorageProcessed event |
StorageProcessedEventHandler | Represents the method that will handle an StorageProcessed event. |
StorageProcessingEventArgs | Provides data for the StorageProcessing event |
StorageProcessingEventHandler | Event handler for the StoragePreProcessing. Occurs before the srorage is processed. |
Enumeration
Enumeration | Description |
---|---|
BackupOptions | Enumerates backup options |
FileFormat | Specifies the file format used to store messages, calendar events, and other items. |
FileFormatVersion | Represents version of file. |
FolderKind | Represents the different kinds of pst folders. |
MapiImportance | Contains a values that indicates the message importance. |
MapiSensitivity | Contains a values that indicates the message sensitivity. |
MessageKind | Represents the different kinds of messages in pst. |
OutlookCategoryColor | Represents the category colors used in Outlook. |
RestoreOptions | Enumerates restore options |
SaveStatus | Represents the status of saving the retrieved message. |
StandardIpmFolder | Represents a standard interpersonal message (IPM) folders. |