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 |
ImapClient.getCurrentFolder()
Gets the current folder
|
ImapFolderInfo |
ImapClient.getFolderInfo(IConnection iConnection,
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
|
Modifier and Type | Method and Description |
---|---|
void |
ImapFolderInfoCollection.add_ImapFolderInfoCollection_New(ImapFolderInfo item)
Deprecated.
|
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 iConnection,
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
|
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.