|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.network.outlook.pst.FolderInfo
public class FolderInfo
Represents information about personal folder
Constructor Summary | |
---|---|
FolderInfo()
|
Method Summary | |
---|---|
String |
getContainerClass()
Container class of the folder object |
int |
getContentCount()
Total number of items in the folder |
MessageInfoCollection |
getContents()
Get collection of messages |
int |
getContentUnreadCount()
Number of unread items in the folder |
String |
getDisplayName()
Display name of folder |
byte[] |
getEntryId()
Gets the entry ID |
String |
getEntryIdString()
Gets string representation of entry ID |
FolderInfo |
getSubFolder(String name)
Get subfolder |
FolderInfoCollection |
getSubFolders()
Gets collection of subfolders |
boolean |
hasSubFolders()
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()
Method Detail |
---|
public String getDisplayName() throws Exception
Exception
public int getContentCount()
public int getContentUnreadCount()
public boolean hasSubFolders()
public String getContainerClass() throws Exception
Exception
public byte[] getEntryId()
public String getEntryIdString()
public FolderInfoCollection getSubFolders() throws Exception
Exception
public FolderInfo getSubFolder(String name) throws Exception
name
- Name of subfolder
Exception
public MessageInfoCollection getContents() throws Exception
Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |