|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.network.FolderInfo
public class FolderInfo
Represents information about personal folder in PST.
Constructor Summary | |
---|---|
FolderInfo()
Initializes a new instance of the FolderInfo class. |
Method Summary | |
---|---|
FolderInfo |
addSubFolder(String name)
Adds the new subfolder. |
void |
changeDisplayName(String newName)
Changes the display name. |
String |
getContainerClass()
Gets container class of the folder object. |
int |
getContentCount()
Gets the total number of items in the folder. |
MessageInfoCollection |
getContents()
Get collection of messages. |
MessageInfoCollection |
getContents(boolean tryToReadCorruptedContents)
Get collection of messages. |
int |
getContentUnreadCount()
Gets the number of unread items in the folder. |
String |
getDisplayName()
Gets the display name of folder. |
byte[] |
getEntryId()
Gets the entry ID. |
String |
getEntryIdString()
Gets string representation of entry ID. |
Date |
getLastModificationTime()
|
FolderInfo |
getSubFolder(String name)
Get subfolder. |
FolderInfoCollection |
getSubFolders()
Gets collection of subfolders. |
boolean |
hasSubFolders()
Gets a value indicating whether the Folder object has any subfolders. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FolderInfo()
Initializes a new instance of the FolderInfo
class.
Method Detail |
---|
public String getDisplayName()
Gets the display name of folder.
Value: The display name.
public int getContentCount()
Gets the total number of items in the folder.
Value: The content count.
public int getContentUnreadCount()
Gets the number of unread items in the folder.
Value: The content unread count.
public boolean hasSubFolders()
Gets a value indicating whether the Folder object has any subfolders.
Value: The has sub folders.
public String getContainerClass()
Gets container class of the folder object.
Value: The container class.
public Date getLastModificationTime()
public byte[] getEntryId()
Gets the entry ID.
Value: The entry id.
public String getEntryIdString()
Gets string representation of entry ID.
Value: The entry id string.
public FolderInfoCollection getSubFolders()
Gets collection of subfolders.
public FolderInfo getSubFolder(String name)
Get subfolder.
name
- Name of subfolder.
public MessageInfoCollection getContents()
Get collection of messages.
public MessageInfoCollection getContents(boolean tryToReadCorruptedContents)
Get collection of messages.
tryToReadCorruptedContents
- If the value of this parameter is true,
the method will try to read the content even if the file is corrupted.
This value can be used if the GetContents() method throws an exception about the file corruption.
If the value of this parameter is false,
the method works in the same way as GetContents() method without parameters.
public FolderInfo addSubFolder(String name)
Adds the new subfolder.
name
- The name of subfolder.
public void changeDisplayName(String newName)
Changes the display name.
newName
- The new name.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |