public class ExchangeFolderInfo extends Object
Provides information about an MS Exchange folder.
Constructor and Description |
---|
ExchangeFolderInfo()
Initializes a new instance of the
ExchangeFolderInfo class |
Modifier and Type | Method and Description |
---|---|
int |
getChildFolderCount()
Count of child folders
|
String |
getDisplayName()
Display name of folder
|
int |
getFolderType()
Gets the folder type for a given folder.
|
String |
getParentUri()
Parent folder uri
|
int |
getTotalCount()
Gets the total count of items.
|
int |
getUnreadCount()
Gets the count of unread items.
|
String |
getUri()
Folder Uri
|
String |
toString()
Returns a String which represents the object instance.
|
public ExchangeFolderInfo()
Initializes a new instance of the ExchangeFolderInfo
class
public int getFolderType()
Gets the folder type for a given folder.
public String getDisplayName()
Display name of folder
public int getChildFolderCount()
Count of child folders
public int getTotalCount()
Gets the total count of items.
Value: The total count.public int getUnreadCount()
Gets the count of unread items.
Value: The unread items count.public String getUri()
Folder Uri
public String getParentUri()
Parent folder uri
Copyright (c) 2008-2017 Aspose Pty Ltd. All Rights Reserved.