MessageStore
MessageStore class
Message store is the root of the PST,
which is the rough equivalent of the top of a Mailbox.
The MessageStore type exposes the following members:
Properties
Name | Description |
---|---|
display_name | Gets the display Name of PST. |
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. |
is_password_protected | Gets a value indicating whether the storage is password protected. |
Methods
Name | Description |
---|---|
get_total_items_count() | |
is_password_valid(password) | |
change_display_name(new_name) | |
change_password(password) | |
set_property(property) |
See Also
- namespace aspose.email.storage.pst
- assembly Aspose.Email