public final class ImapFolderInfo extends Object
Represents an IMAP folder.
Modifier and Type | Method and Description |
---|---|
boolean |
getMarked()
Gets a value indicating whether it is marked this folder.
|
String |
getName()
Gets the name of the folder.
|
int |
getNewMessageCount()
Gets the number of the new messages.
|
boolean |
getReadOnly()
Gets a value indicating whether the folder is read-only.
|
int |
getRecentMessageCount()
Gets the number of messages that arrived recently.
|
boolean |
getSelectable()
Gets a value indicating whether it is possible to select this folder.
|
int |
getTotalMessageCount()
Gets the number of messages in the folder.
|
long |
getUIDNext()
Gets the validity ID of the mailbox.
|
long |
getValidityId()
Gets the validity ID of the mailbox.
|
String |
toString()
Returns a string that represents the current object.
|
public static final String IN_BOX
Gets inbox name.
public boolean getSelectable()
Gets a value indicating whether it is possible to select this folder.
public boolean getMarked()
Gets a value indicating whether it is marked this folder.
public int getNewMessageCount()
Gets the number of the new messages.
public boolean getReadOnly()
Gets a value indicating whether the folder is read-only.
public int getRecentMessageCount()
Gets the number of messages that arrived recently.
public int getTotalMessageCount()
Gets the number of messages in the folder.
public long getValidityId()
Gets the validity ID of the mailbox.
public long getUIDNext()
Gets the validity ID of the mailbox.
Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.