JavaXT
|
|||
Folder ClassUsed to represent a folder (e.g. "Inbox", "Contacts", etc.)
ConstructorsPublic MethodsgetFolders( ) returns Folder[] Returns an array of folders found in this folder. Returns a zero length array of no folders are found. getFolders( String Traversal ) returns Folder[] Returns an array of folders found in this folder. Returns a zero length array of no folders are found.
getUnreadCount( ) returns Integer Returns the total number of unread items found in this folder. getChildFolderCount( ) returns Integer Returns the total number of folders found in this this folder. getIndex( ) returns java.util.HashMap<String, javaxt.utils.Date> Returns a hashmap of all the items found in this folder. The hashmap key is the item id and the corresponding value is the last modification date. Static MethodsgetDistinguishedFolderId( String folderName ) returns String Returns the DistinguishedFolderID for a given folder. |