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 connection,
int sequenceNumber)
Gets information about a message.
|
ImapMessageInfo |
ImapClient.listMessage(IConnection connection,
int sequenceNumber,
Iterable<String> messageExtraFields)
Gets information about a message.
|
ImapMessageInfo |
ImapClient.listMessage(IConnection connection,
String uniqueId)
Gets information about a message.
|
ImapMessageInfo |
ImapClient.listMessage(IConnection connection,
String uniqueId,
Iterable<String> messageExtraFields)
Gets information about a message.
|
ImapMessageInfo |
ImapClient.listMessage(int sequenceNumber)
Gets information about a message.
|
ImapMessageInfo |
ImapClient.listMessage(int sequenceNumber,
Iterable<String> messageExtraFields)
Gets information about a message.
|
ImapMessageInfo |
ImapClient.listMessage(String uniqueId)
Gets information about a message.
|
ImapMessageInfo |
ImapClient.listMessage(String uniqueId,
Iterable<String> messageExtraFields)
Gets information about a message.
|
static ImapMessageInfo[] |
ImapMessageInfoCollection.to_(ImapMessageInfoCollection messageInfoCol)
Converts collection of ImapMessageInfo to array
|
Modifier and Type | Method and Description |
---|---|
static com.aspose.ms.System.Collections.Generic.List<ImapMessageInfo> |
ImapMessageInfoCollection.to_List(ImapMessageInfoCollection messageInfoCol)
Converts collection of ImapMessageInfo to list
|
Modifier and Type | Method and Description |
---|---|
void |
ImapMessageInfoCollection.add(ImapMessageInfo item)
Adds the ImapMessageInfo to the ImapMessageCollection.
|
void |
ImapMessageInfoCollection.insert(int index,
ImapMessageInfo item)
Insert the specified ImapMessagInfo object at the specified index.
|
boolean |
ImapMessageInfoCollection.remove(ImapMessageInfo item)
Remove specifed ImapMessageInfo object from this collection.
|
static ImapMessageInfoCollection |
ImapMessageInfoCollection.to_ImapMessageInfoCollection(ImapMessageInfo[] messageInfoArr)
Converts array of ImapMessageInfo to collection
|
Modifier and Type | Method and Description |
---|---|
void |
ImapClient.addMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags)
Adds the flags of the message
|
void |
ImapClient.addMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message
|
void |
ImapClient.addMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags)
Adds the flags of the message
|
void |
ImapClient.addMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message
|
void |
ImapMessageInfoCollection.addRange(Iterable<ImapMessageInfo> messageInfos)
Adds the enumeration of ImapMessageInfo objects to the end of the collection
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(Iterable<ImapMessageInfo> messageInfoSet,
String folderName)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
boolean commitNow)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence,
boolean commitNow)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(Iterable<ImapMessageInfo> messageInfoSet)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(Iterable<ImapMessageInfo> messageInfoSet,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(Iterable<ImapMessageInfo> messageInfoSet,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(Iterable<ImapMessageInfo> messageInfoSet,
boolean commitNow)
Begins an asynchronous messages deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(Iterable<ImapMessageInfo> messageInfoSet,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(Iterable<ImapMessageInfo> messageInfoSet,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence,
boolean commitNow)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(Iterable<ImapMessageInfo> messageInfoSet,
String folderName)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
void |
ImapClient.changeMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags)
Changes the flags of the message
|
void |
ImapClient.changeMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
void |
ImapClient.changeMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags)
Changes the flags of the message
|
void |
ImapClient.changeMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
void |
ImapClient.copyMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName)
Copy messages
|
void |
ImapClient.copyMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions)
Deprecated.
|
void |
ImapClient.copyMessages(Iterable<ImapMessageInfo> messageInfoSet,
String folderName)
Copy messages
|
void |
ImapClient.copyMessages(Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions)
Deprecated.
|
void |
ImapClient.deleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet)
Marks a message with the specified sequence number as deleted
|
void |
ImapClient.deleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
|
void |
ImapClient.deleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence)
Marks a message with the specified unique identifier as deleted
|
void |
ImapClient.deleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence,
boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
|
void |
ImapClient.deleteMessages(Iterable<ImapMessageInfo> messageInfoSet)
Marks a message with the specified sequence number as deleted
|
void |
ImapClient.deleteMessages(Iterable<ImapMessageInfo> messageInfoSet,
boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
|
void |
ImapClient.deleteMessages(Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence)
Marks a message with the specified unique identifier as deleted
|
void |
ImapClient.deleteMessages(Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence,
boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
|
void |
ImapClient.moveMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName)
Moves the message
|
void |
ImapClient.moveMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions)
Moves the message
|
void |
ImapClient.moveMessages(Iterable<ImapMessageInfo> messageInfoSet,
String folderName)
Moves the message
|
void |
ImapClient.moveMessages(Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions)
Moves the message
|
void |
ImapClient.removeMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags)
Removes the flags of the message
|
void |
ImapClient.removeMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message
|
void |
ImapClient.removeMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags)
Removes the flags of the message
|
void |
ImapClient.removeMessageFlags(Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message
|
static ImapMessageInfoCollection |
ImapMessageInfoCollection.to_ImapMessageInfoCollection(com.aspose.ms.System.Collections.Generic.List<ImapMessageInfo> messageInfoLst)
Converts list of ImapMessageInfo to 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 |
Constructor and Description |
---|
ImapMessageInfoCollection(Iterable<ImapMessageInfo> messageInfoEn)
Initializes a new instance of the ImapMessageCollection class
|
ImapMessageInfoCollectionBase(com.aspose.ms.System.Collections.Generic.IGenericList<ImapMessageInfo> list)
Deprecated.
Initializes a new instance of the
ImapMessageInfoCollectionBase class. |