Class MessageStore
Contents
[
Hide
]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
Name | Description |
---|---|
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
Name | Description |
---|---|
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
- namespace Aspose.Email.Storage.Pst
- assembly Aspose.Email