Class MessageStore

MessageStore class

Message store is the root of the PST, which is the rough equivalent of the top of a Mailbox.

public class MessageStore

Properties

NameDescription
DisplayName { get; }Gets the display Name of PST.
IsPasswordProtected { get; }Gets a value indicating whether the storage is password protected.
Properties { get; }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.

Methods

NameDescription
ChangeDisplayName(string)Changes the pst display name.
ChangePassword(string)Sets the password.
GetTotalItemsCount()Gets the total items count. Returns the total number of message items contained in the PST.
IsPasswordValid(string)Determines whether the specified string is a valid password for the storage.
SetProperty(MapiProperty)Sets the property.

See Also