MessageStore
Contents
[
Hide
]MessageStore class
Message store is the root of the PST, which is the rough equivalent of the top of a Mailbox.
Constructors
| Name | Description |
|---|---|
| MessageStore | Initializes a new instance of the MessageStore class. |
Methods
| Name | Description |
|---|---|
| ChangeDisplayName | Changes the pst display name. |
| ChangePassword | Sets the password. |
| get_DeletedItemFolderEntryId | Gets the EntryID of the Deleted Items Folder object. |
| get_DisplayName | Gets the display Name of PST. |
| get_IsPasswordProtected | Gets a value indicating whether the storage is password protected. |
| get_Properties | 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. |
| get_RecordKey | Gets the record Key. This is the Provider UID of this PST. |
| get_RootMailBoxEntryId | Gets the EntryID of the Root Mailbox Folder object. |
| GetTotalItemsCount | Gets the total items count. Returns the total number of message items contained in the PST. |
| IsPasswordValid | Determines whether the specified string is a valid password for the storage. |
| SetProperty | Sets the property. |