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

NameDescription
display_nameGets the display Name of PST.
propertiesGets 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_protectedGets a value indicating whether the storage is password protected.

Methods

NameDescription
get_total_items_count()
is_password_valid(password)
change_display_name(new_name)
change_password(password)
set_property(property)

See Also