Message store is the root of the PST, which is the rough equivalent of the top of a Mailbox. More...
Inherits Object.
Public Member Functions | |
| ASPOSE_EMAIL_SHARED_API System::String | get_DisplayName () |
| Gets the display Name of PST. More... | |
| ASPOSE_EMAIL_SHARED_API System::SharedPtr< Aspose::Email::Mapi::MapiPropertyCollection > | get_Properties () const |
| Gets the MAPI properties of message store object. The message store contains the top-level PST settings and metadata that are required to access and manage the PST contents. More... | |
| ASPOSE_EMAIL_SHARED_API bool | get_IsPasswordProtected () |
| Gets a value indicating whether the storage is password protected. More... | |
| ASPOSE_EMAIL_SHARED_API System::ArrayPtr< uint8_t > | get_RecordKey () |
| Gets the record Key. This is the Provider UID of this PST. More... | |
| ASPOSE_EMAIL_SHARED_API System::ArrayPtr< uint8_t > | get_RootMailBoxEntryId () |
| Gets the EntryID of the Root Mailbox Folder object. More... | |
| ASPOSE_EMAIL_SHARED_API System::ArrayPtr< uint8_t > | get_DeletedItemFolderEntryId () |
| Gets the EntryID of the Deleted Items Folder object. More... | |
| ASPOSE_EMAIL_SHARED_API | MessageStore (System::SharedPtr< PstDoer > doer) |
| Initializes a new instance of the MessageStore class. More... | |
| ASPOSE_EMAIL_SHARED_API bool | IsPasswordValid (System::String password) |
| Determines whether the specified string is a valid password for the storage. More... | |
| ASPOSE_EMAIL_SHARED_API void | ChangeDisplayName (System::String newName) |
| Changes the pst display name. More... | |
| ASPOSE_EMAIL_SHARED_API void | ChangePassword (System::String password) |
| Sets the password. More... | |
| ASPOSE_EMAIL_SHARED_API void | SetProperty (System::SharedPtr< Aspose::Email::Mapi::MapiProperty > property) |
| Sets the property. More... | |
Friends | |
| class | Aspose::Email::Storage::Pst::PersonalStorage |
Message store is the root of the PST, which is the rough equivalent of the top of a Mailbox.
| ASPOSE_EMAIL_SHARED_API Aspose::Email::Storage::Pst::MessageStore::MessageStore | ( | System::SharedPtr< PstDoer > | doer | ) |
Initializes a new instance of the MessageStore class.
| doer | The doer. |
| ASPOSE_EMAIL_SHARED_API void Aspose::Email::Storage::Pst::MessageStore::ChangeDisplayName | ( | System::String | newName | ) |
Changes the pst display name.
| newName | The new display name of message store. |
| ASPOSE_EMAIL_SHARED_API void Aspose::Email::Storage::Pst::MessageStore::ChangePassword | ( | System::String | password | ) |
Sets the password.
| password | The string that represents the password. |
| ASPOSE_EMAIL_SHARED_API System::ArrayPtr<uint8_t> Aspose::Email::Storage::Pst::MessageStore::get_DeletedItemFolderEntryId | ( | ) |
Gets the EntryID of the Deleted Items Folder object.
| ASPOSE_EMAIL_SHARED_API System::String Aspose::Email::Storage::Pst::MessageStore::get_DisplayName | ( | ) |
Gets the display Name of PST.
The string that represents display name.
| ASPOSE_EMAIL_SHARED_API bool Aspose::Email::Storage::Pst::MessageStore::get_IsPasswordProtected | ( | ) |
Gets a value indicating whether the storage is password protected.
true if the storage is password protected; otherwise, false.
| ASPOSE_EMAIL_SHARED_API System::SharedPtr<Aspose::Email::Mapi::MapiPropertyCollection> Aspose::Email::Storage::Pst::MessageStore::get_Properties | ( | ) | const |
Gets the MAPI properties of message store object. The message store contains the top-level PST settings and metadata that are required to access and manage the PST contents.
The MapiProperty collection.
| ASPOSE_EMAIL_SHARED_API System::ArrayPtr<uint8_t> Aspose::Email::Storage::Pst::MessageStore::get_RecordKey | ( | ) |
Gets the record Key. This is the Provider UID of this PST.
| ASPOSE_EMAIL_SHARED_API System::ArrayPtr<uint8_t> Aspose::Email::Storage::Pst::MessageStore::get_RootMailBoxEntryId | ( | ) |
Gets the EntryID of the Root Mailbox Folder object.
| ASPOSE_EMAIL_SHARED_API bool Aspose::Email::Storage::Pst::MessageStore::IsPasswordValid | ( | System::String | password | ) |
Determines whether the specified string is a valid password for the storage.
| password | The password string. |
| ASPOSE_EMAIL_SHARED_API void Aspose::Email::Storage::Pst::MessageStore::SetProperty | ( | System::SharedPtr< Aspose::Email::Mapi::MapiProperty > | property | ) |
Sets the property.
| property | The property. |
|
friend |