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 |
getFolderClass()
Gets the folder class for a given folder.
|
int |
getFolderType()
Gets the folder type for a given folder.
|
boolean |
getHidden()
Gets value which indicates if folder is hidden
|
String |
getParentUri()
Parent folder uri
|
int |
getSize()
Contains the size, in bytes, consumed by the Message object on the server.
|
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 final int getSize()
Contains the size, in bytes, consumed by the Message object on the server.
public final boolean getHidden()
Gets value which indicates if folder is hidden
public final int getFolderType()
Gets the folder type for a given folder.
public final String getFolderClass()
Gets the folder class for a given folder.
public final String getDisplayName()
Display name of folder
public final int getChildFolderCount()
Count of child folders
public final int getTotalCount()
Gets the total count of items.
Value: The total count.public final int getUnreadCount()
Gets the count of unread items.
Value: The unread items count.public final String getUri()
Folder Uri
public final String getParentUri()
Parent folder uri