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
|
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 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.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.