com.aspose.network.outlook.pst
Class FolderInfo

java.lang.Object
  extended by com.aspose.network.outlook.pst.FolderInfo

public class FolderInfo
extends Object

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

FolderInfo

public FolderInfo()
Method Detail

getDisplayName

public String getDisplayName()
                      throws Exception
Display name of folder

Throws:
Exception

getContentCount

public int getContentCount()
Total number of items in the folder


getContentUnreadCount

public int getContentUnreadCount()
Number of unread items in the folder


hasSubFolders

public boolean hasSubFolders()
Whether the Folder object has any subfolders


getContainerClass

public String getContainerClass()
                         throws Exception
Container class of the folder object

Throws:
Exception

getEntryId

public byte[] getEntryId()
Gets the entry ID


getEntryIdString

public String getEntryIdString()
Gets string representation of entry ID


getSubFolders

public FolderInfoCollection getSubFolders()
                                   throws Exception
Gets collection of subfolders

Throws:
Exception

getSubFolder

public FolderInfo getSubFolder(String name)
                        throws Exception
Get subfolder

Parameters:
name - Name of subfolder
Throws:
Exception

getContents

public MessageInfoCollection getContents()
                                  throws Exception
Get collection of messages

Throws:
Exception


Copyright © 2011 Aspose. All Rights Reserved.