Modifier and Type | Method and Description |
---|---|
Pop3MessageInfo |
Pop3Client.endGetMessageInfo(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the asynchronous operation to complete.
|
Pop3MessageInfo |
Pop3Client.getMessageInfo(IConnection connection,
int sequenceNumber)
Gets the information for that message
|
Pop3MessageInfo |
Pop3Client.getMessageInfo(IConnection connection,
int sequenceNumber,
int fields)
Gets the information for that message
|
Pop3MessageInfo |
Pop3Client.getMessageInfo(IConnection connection,
String uniqueId)
Gets the information for that message
|
Pop3MessageInfo |
Pop3Client.getMessageInfo(IConnection connection,
String uniqueId,
int fields)
Gets the information for that message
|
Pop3MessageInfo |
Pop3Client.getMessageInfo(int sequenceNumber)
Gets the information for that message
|
Pop3MessageInfo |
Pop3Client.getMessageInfo(int sequenceNumber,
int fields)
Gets the information for that message
|
Pop3MessageInfo |
Pop3Client.getMessageInfo(String uniqueId)
Gets the information for that message
|
Pop3MessageInfo |
Pop3Client.getMessageInfo(String uniqueId,
int fields)
Gets the information for that message
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginLoadMessageInfoList(IConnection connection,
Iterable<Pop3MessageInfo> messageInfoList)
Begins load list of Pop3MessageInfo asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginLoadMessageInfoList(IConnection connection,
Iterable<Pop3MessageInfo> messageInfoList,
com.aspose.ms.System.AsyncCallback callback)
Begins load list of Pop3MessageInfo asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginLoadMessageInfoList(IConnection connection,
Iterable<Pop3MessageInfo> messageInfoList,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins load list of Pop3MessageInfo asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginLoadMessageInfoList(Iterable<Pop3MessageInfo> messageInfoList)
Begins load list of Pop3MessageInfo asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginLoadMessageInfoList(Iterable<Pop3MessageInfo> messageInfoList,
com.aspose.ms.System.AsyncCallback callback)
Begins load list of Pop3MessageInfo asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginLoadMessageInfoList(Iterable<Pop3MessageInfo> messageInfoList,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins load list of Pop3MessageInfo asynchronously
|
Pop3MessageInfoCollection |
Pop3Client.loadMessageInfoList(IConnection connection,
Iterable<Pop3MessageInfo> messageInfoList)
Loads list of Pop3MessageInfo
|
Pop3MessageInfoCollection |
Pop3Client.loadMessageInfoList(Iterable<Pop3MessageInfo> messageInfoList)
Loads list of Pop3MessageInfo
|