public class MessageStore extends Object
Message store is the root of the PST, which is the rough equivalent of the top of a Mailbox.
Modifier and Type | Method and Description |
---|---|
void |
changeDisplayName(String newName)
Changes the pst display name.
|
void |
changePassword(String password)
Sets the password.
|
String |
getDisplayName()
Gets the display Name of PST.
|
MapiPropertyCollection |
getProperties()
Gets the MAPI properties of message store object.
|
void |
setProperty(MapiProperty property)
Sets the property.
|
public String getDisplayName()
Gets the display Name of PST.
Value: The string that represents display name.public MapiPropertyCollection getProperties()
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.
Value: TheMapiProperty
collection.public void changeDisplayName(String newName)
Changes the pst display name.
newName
- The new display name of message store.public void changePassword(String password)
Sets the password.
password
- The string that represents the password.public void setProperty(MapiProperty property)
Sets the property.
property
- The property.Copyright (c) 2008-2017 Aspose Pty Ltd. All Rights Reserved.