Modifier and Type | Method and Description |
---|---|
ImapMessageInfo |
ImapClient.endListMessage(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the asynchronous ListMessage operation to complete.
|
ImapMessageInfo[] |
ImapMonitoringEventArgs.getDeletedMessages()
Gets deleted messages
|
ImapMessageInfo[] |
ImapMonitoringEventArgs.getNewMessages()
Gets new messages
|
ImapMessageInfo |
ImapClient.listMessage(IConnection iConnection,
int sequenceNumber)
Gets information about a message.
|
ImapMessageInfo |
ImapClient.listMessage(IConnection iConnection,
String uniqueId)
Gets information about a message.
|
ImapMessageInfo |
ImapClient.listMessage(int sequenceNumber)
Gets information about a message.
|
ImapMessageInfo |
ImapClient.listMessage(String uniqueId)
Gets information about a message.
|
Modifier and Type | Method and Description |
---|---|
void |
ImapMessageInfoCollection.add_ImapMessageInfoCollection_New(ImapMessageInfo item)
Adds the ImapMessageInfo to the ImapMessageCollection.
|
void |
ImapMessageInfoCollection.insert_ImapMessageInfoCollection_New(int index,
ImapMessageInfo item)
Insert the specified ImapMessagInfo object at the specified index.
|
boolean |
ImapClient.parseQuery(ImapMessageInfo messageInfo,
MailQuery query)
Parses the query.
|
boolean |
ImapMessageInfoCollection.remove_ImapMessageInfoCollection_New(ImapMessageInfo item)
Remove specifed ImapMessageInfo object from this collection.
|
Constructor and Description |
---|
ImapMonitoringEventArgs(String folderName,
ImapMessageInfo[] newMessages,
ImapMessageInfo[] deletedMessages)
Initializes a new instance of the
ImapMonitoringEventArgs class |
ImapMonitoringEventArgs(String folderName,
ImapMessageInfo[] newMessages,
ImapMessageInfo[] deletedMessages)
Initializes a new instance of the
ImapMonitoringEventArgs class |
Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.