MessageStore Class

Message store is the root of the PST, which is the rough equivalent of the top of a Mailbox.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Storage.PstMessageStore

Namespace:  Aspose.Email.Storage.Pst
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class MessageStore

The MessageStore type exposes the following members.

Properties
  NameDescription
Public propertyDisplayName
Gets the display Name of PST.
Public propertyIsPasswordProtected
Gets a value indicating whether the storage is password protected.
Public propertyProperties
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
Public methodChangeDisplayName
Changes the pst display name.
Public methodChangePassword
Sets the password.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIsPasswordValid
Determines whether the specified string is a valid password for the storage.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSetProperty
Sets the property.
Public methodToString (Inherited from Object.)
See Also