Modifier and Type | Method and Description |
---|---|
ImapFolderInfo |
ImapClient.endGetFolderInfo(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous folder listing to complete.
|
ImapFolderInfo |
ImapClient.endSelectFolder(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous message fetching to complete.
|
ImapFolderInfo |
ImapMailboxInfo.getAllMessages()
Gets mailbox presents all messages in the user's message store.
|
ImapFolderInfo |
ImapMailboxInfo.getArchivedMessages()
Gets mailbox is used to archive messages.
|
ImapFolderInfo |
ImapClient.getCurrentFolder()
Gets the current folder
|
ImapFolderInfo |
ImapMailboxInfo.getDraftMessages()
Gets mailbox is used to hold draft messages typically, messages that are being composed but have not yet been sent.
|
ImapFolderInfo |
ImapMailboxInfo.getFlaggedMessages()
Gets mailbox presents all messages marked in some way as "important".
|
ImapFolderInfo |
ImapClient.getFolderInfo(IConnection connection,
String folderName)
Returns information about the specified folder without selecting it
|
ImapFolderInfo |
ImapClient.getFolderInfo(String folderName)
Returns information about the specified folder without selecting it
|
ImapFolderInfo |
ImapMailboxInfo.getImportant()
Gets mailbox is used to hold messages that have been marked as important.
|
ImapFolderInfo |
ImapMailboxInfo.getInbox()
Gets mailbox is used to hold incoming messages.
|
ImapFolderInfo |
ImapMailboxInfo.getJunkMessages()
Gets mailbox is where messages deemed to be junk mail are held.
|
ImapFolderInfo |
ImapMailboxInfo.getSentMessages()
Gets mailbox is used to hold copies of messages that have been sent.
|
ImapFolderInfo |
ImapMailboxInfo.getTrash()
Gets mailbox is used to hold messages that have been deleted or marked for deletion.
|
ImapFolderInfo[] |
ImapMailboxInfo.toArray()
Gets array of existed well-known folders.
|
Modifier and Type | Method and Description |
---|---|
void |
ImapFolderInfoCollection.add(ImapFolderInfo item)
Adds the ImapFolderInfo to the ImapFolderInfoCollection.
|
boolean |
ImapClient.endExistFolder(com.aspose.ms.System.IAsyncResult asyncResult,
ImapFolderInfo[] folderInfo)
Waits for the pending asynchronous operation to complete.
|
boolean |
ImapClient.existFolder(IConnection connection,
String folderName,
ImapFolderInfo[] folderInfo)
Check whether this folder exists, extract folder info if so
|
boolean |
ImapClient.existFolder(String folderName,
ImapFolderInfo[] folderInfo)
Check whether this folder exists, extract folder info if so
|
void |
ImapClient.setCurrentFolder(ImapFolderInfo value)
Gets the current folder
|
Modifier and Type | Method and Description |
---|---|
void |
ImapFolderInfoCollection.addRange(com.aspose.ms.System.Collections.Generic.IGenericEnumerable<ImapFolderInfo> folders)
Adds the ImapFolderInfo to the ImapFolderInfoCollection.
|
Constructor and Description |
---|
ImapFolderInfoCollection(ImapFolderInfo... folders)
Initializes a new instance of the ImapFolderInfoCollection class.
|
Constructor and Description |
---|
ImapFolderInfoCollectionBase(com.aspose.ms.System.Collections.Generic.IGenericList<ImapFolderInfo> list)
Deprecated.
Initializes a new instance of the
ImapFolderInfoCollectionBase class. |