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 | |
System::String | get_DisplayName () |
Gets the display Name of PST. More... | |
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... | |
bool | get_IsPasswordProtected () |
Gets a value indicating whether the storage is password protected. More... | |
System::ArrayPtr< uint8_t > | get_RecordKey () |
Gets the record Key. This is the Provider UID of this PST. More... | |
System::ArrayPtr< uint8_t > | get_RootMailBoxEntryId () |
Gets the EntryID of the Root Mailbox Folder object. More... | |
System::ArrayPtr< uint8_t > | get_DeletedItemFolderEntryId () |
Gets the EntryID of the Deleted Items Folder object. More... | |
MessageStore (System::SharedPtr< PstDoer > doer) | |
Initializes a new instance of the MessageStore class. More... | |
int32_t | GetTotalItemsCount () |
Gets the total items count. Returns the total number of message items contained in the PST. More... | |
bool | IsPasswordValid (System::String password) |
Determines whether the specified string is a valid password for the storage. More... | |
void | ChangeDisplayName (System::String newName) |
Changes the pst display name. More... | |
void | ChangePassword (System::String password) |
Sets the password. More... | |
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::Storage::Pst::MessageStore::MessageStore | ( | System::SharedPtr< PstDoer > | doer | ) |
Initializes a new instance of the MessageStore class.
doer | The doer. |
void Aspose::Email::Storage::Pst::MessageStore::ChangeDisplayName | ( | System::String | newName | ) |
Changes the pst display name.
newName | The new display name of message store. |
void Aspose::Email::Storage::Pst::MessageStore::ChangePassword | ( | System::String | password | ) |
Sets the password.
password | The string that represents the password. |
System::ArrayPtr<uint8_t> Aspose::Email::Storage::Pst::MessageStore::get_DeletedItemFolderEntryId | ( | ) |
Gets the EntryID of the Deleted Items Folder object.
System::String Aspose::Email::Storage::Pst::MessageStore::get_DisplayName | ( | ) |
Gets the display Name of PST.
The string that represents display name.
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
.
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.
System::ArrayPtr<uint8_t> Aspose::Email::Storage::Pst::MessageStore::get_RecordKey | ( | ) |
Gets the record Key. This is the Provider UID of this PST.
System::ArrayPtr<uint8_t> Aspose::Email::Storage::Pst::MessageStore::get_RootMailBoxEntryId | ( | ) |
Gets the EntryID of the Root Mailbox Folder object.
int32_t Aspose::Email::Storage::Pst::MessageStore::GetTotalItemsCount | ( | ) |
Gets the total items count. Returns the total number of message items contained in the PST.
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. |
void Aspose::Email::Storage::Pst::MessageStore::SetProperty | ( | System::SharedPtr< Aspose::Email::Mapi::MapiProperty > | property | ) |
Sets the property.
property | The property. |
|
friend |