Aspose::Email::Storage::Pst
Contents
[
Hide
]Aspose::Email::Storage::Pst namespace
The Aspose::Email::Storage::Pst namespace contains the core types used to interact with Personal Storage Table (PST) files, including folder metadata, message details, and event arguments for changes. Use these classes to create, read, modify, and monitor PST contents programmatically.
Classes
| Name | Description |
|---|---|
| FolderCreationOptions | Represents the options for creating a subfolder in the Outlook PST message store |
| FolderInfo | Represents information about personal folder in PST. |
| FolderInfoCollection | Represents collection of FolderInfo . |
| ItemMovedEventArgs | Provides data for the FolderInfo::ItemMoved event |
| MessageAddedEventArgs | Provides data for the FolderInfo::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 o |
| PersonalStorage | Provides functionality to access and manipulate the PST (Personal Storage Table) |
| 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 mess |
| SaveResult | Represents the result of saving the retrieved item. |
| StorageProcessedEventArgs | Provides data for the PersonalStorage::StorageProcessed event |
| StorageProcessingEventArgs | Provides data for the PersonalStorage::StorageProcessing event |
Enumerations
| Name | Description |
|---|---|
| BackupOptions | Enumerates backup options |
| FailedStructure | |
| FileFormat | Specifies the file format used to store messages, calendar events, and other ite |
| 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. |