Modifier and Type | Method and Description |
---|---|
IConnection |
CredentialsByHostClient.createConnection()
Creates new connection object for operations in current thread.
|
Modifier and Type | Method and Description |
---|---|
void |
ImapClient.addMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags)
Adds the flags to the message
|
void |
ImapClient.addMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags)
Adds the flags to the message
|
String |
ImapClient.appendMessage(IConnection iConnection,
MailMessage message)
Uploads the mail message to the current folder
If current folder hasn't been specified default folder is used.
|
String |
ImapClient.appendMessage(IConnection iConnection,
String fileName)
Uploads the mail message to the current folder
If current folder hasn't been specified default folder is used.
|
String |
ImapClient.appendMessage(IConnection iConnection,
String folderName,
MailMessage message)
Uploads the mail message to the specified folder
|
String |
ImapClient.appendMessage(IConnection iConnection,
String folderName,
String fileName)
Uploads the mail message to the specified folder
|
void |
ImapClient.backup(IConnection iConnection,
ImapFolderInfoCollection folders,
OutputStream stream,
int options)
Backups the content of the specified folders
|
void |
ImapClient.backup(IConnection iConnection,
ImapFolderInfoCollection folders,
String fileName,
int options)
Backups the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAppendMessage(IConnection iConnection,
MailMessage message)
Begins append message to the end of the specified folder
If current folder hasn't been specified default folder is used.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAppendMessage(IConnection iConnection,
String fileName)
Begins append message to the end of the current folder
If current folder hasn't been specified default folder is used.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAppendMessage(IConnection iConnection,
String folderName,
MailMessage message)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAppendMessage(IConnection iConnection,
String folderName,
MailMessage message,
com.aspose.ms.System.AsyncCallback callback)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAppendMessage(IConnection iConnection,
String folderName,
MailMessage message,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAppendMessage(IConnection iConnection,
String folderName,
String fileName)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAppendMessage(IConnection iConnection,
String folderName,
String fileName,
com.aspose.ms.System.AsyncCallback callback)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAppendMessage(IConnection iConnection,
String folderName,
String fileName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginCommitDeletes(IConnection iConnection)
Begins to commit the deletions.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCommitDeletes(IConnection iConnection)
Begins to commit the deletions
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginCommitDeletes(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback)
Begins to commit the deletions.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCommitDeletes(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback)
Begins to commit the deletions
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginCommitDeletes(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to commit the deletions.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCommitDeletes(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to commit the deletions
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCommitDeletes(IConnection iConnection,
int sleep)
Begins to commit the deletions
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCommitDeletes(IConnection iConnection,
int sleep,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to commit the deletions
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessage(IConnection iConnection,
int sequenceNumber,
String folderName)
Begins an asynchronous copying.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessage(IConnection iConnection,
int sequenceNumber,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous copying.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessage(IConnection iConnection,
int sequenceNumber,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous copying.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessage(IConnection iConnection,
String uniqueId,
String folderName)
Begins an asynchronous copying.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessage(IConnection iConnection,
String uniqueId,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous copying.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessage(IConnection iConnection,
String uniqueId,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous copying.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCreateFolder(IConnection iConnection,
String folderName)
Begins an asynchronous folder creation.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCreateFolder(IConnection iConnection,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous folder creation.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCreateFolder(IConnection iConnection,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous folder creation.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteFolder(IConnection iConnection,
String folderName)
Begins an asynchronous folder deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteFolder(IConnection iConnection,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous folder deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteFolder(IConnection iConnection,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous folder deletion.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginDeleteMessage(IConnection iConnection,
int sequenceNumber)
Begins DeleteMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessage(IConnection iConnection,
int sequenceNumber)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginDeleteMessage(IConnection iConnection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback)
Begins DeleteMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessage(IConnection iConnection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginDeleteMessage(IConnection iConnection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins DeleteMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessage(IConnection iConnection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginDeleteMessage(IConnection iConnection,
String uniqueId)
Begins DeleteMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessage(IConnection iConnection,
String uniqueId)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginDeleteMessage(IConnection iConnection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback)
Begins DeleteMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessage(IConnection iConnection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginDeleteMessage(IConnection iConnection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins DeleteMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessage(IConnection iConnection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginDeleteMessages(IConnection iConnection)
Begins delete all messages asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginDeleteMessages(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback)
Begins delete all messages asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginDeleteMessages(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins delete all messages asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginFetchAttachment(IConnection iConnection,
int sequenceNumber,
String attachmentName)
Begins fetch an attachment.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginFetchAttachment(IConnection iConnection,
int sequenceNumber,
String attachmentName,
com.aspose.ms.System.AsyncCallback callback)
Begins fetch an attachment.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginFetchAttachment(IConnection iConnection,
int sequenceNumber,
String attachmentName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins fetch an attachment.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginFetchMessage(IConnection iConnection,
int sequenceNumber)
Begins FetchMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginFetchMessage(IConnection iConnection,
int sequenceNumber)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginFetchMessage(IConnection iConnection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback)
Begins FetchMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginFetchMessage(IConnection iConnection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginFetchMessage(IConnection iConnection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins FetchMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginFetchMessage(IConnection iConnection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginFetchMessage(IConnection iConnection,
int sequenceNumber,
boolean ignoreAttachment)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginFetchMessage(IConnection iConnection,
int sequenceNumber,
boolean ignoreAttachment,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginFetchMessage(IConnection iConnection,
int sequenceNumber,
boolean ignoreAttachment,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginFetchMessage(IConnection iConnection,
String uniqueId)
Begins FetchMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginFetchMessage(IConnection iConnection,
String uniqueId)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginFetchMessage(IConnection iConnection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback)
Begins FetchMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginFetchMessage(IConnection iConnection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginFetchMessage(IConnection iConnection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins FetchMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginFetchMessage(IConnection iConnection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginForward(IConnection iConnection,
String sender,
MailAddressCollection recipients,
MailMessage message)
Begins forward email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginForward(IConnection iConnection,
String sender,
MailAddressCollection recipients,
MailMessage message,
com.aspose.ms.System.AsyncCallback callback)
Begins forward email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginForward(IConnection iConnection,
String sender,
MailAddressCollection recipients,
MailMessage message,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins forward email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginForward(IConnection iConnection,
String sender,
String recipient,
MailMessage message)
Begins forward email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginForward(IConnection iConnection,
String sender,
String recipient,
MailMessage message,
com.aspose.ms.System.AsyncCallback callback)
Begins forward email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginForward(IConnection iConnection,
String sender,
String recipient,
MailMessage message,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins forward email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginGetFolderInfo(IConnection iConnection,
String folderName)
Begins an asynchronous folder listing.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginGetFolderInfo(IConnection iConnection,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous folder listing.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginGetFolderInfo(IConnection iConnection,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous folder listing.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMailboxInfo(IConnection iConnection)
Begins to get the mailbox status info
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMailboxInfo(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback)
Begins to get the mailbox status info
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMailboxInfo(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get the mailbox status info
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMailboxSize(IConnection iConnection)
Begins GetMailboxSize operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMailboxSize(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback)
Begins GetMailboxSize operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMailboxSize(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins GetMailboxSize operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageCount(IConnection iConnection)
Begins GetMessageCount operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageCount(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback)
Begins GetMessageCount operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageCount(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins GetMessageCount operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageCount(IConnection iConnection,
boolean closeTransaction)
Begins GetMessageCount operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageCount(IConnection iConnection,
boolean closeTransaction,
com.aspose.ms.System.AsyncCallback callback)
Begins GetMessageCount operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageCount(IConnection iConnection,
boolean closeTransaction,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins GetMessageCount operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageHeaders(IConnection iConnection,
int sequenceNumber)
Begins getting message headers
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageHeaders(IConnection iConnection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback)
Begins getting message headers
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageHeaders(IConnection iConnection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins getting message headers
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageInfo(IConnection iConnection,
int sequenceNumber)
Begins to get the information for that message
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageInfo(IConnection iConnection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback)
Begins to get the information for that message
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageInfo(IConnection iConnection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get the information for that message
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageInfo(IConnection iConnection,
int sequenceNumber,
int fields)
Begins to get the information for that message
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageInfo(IConnection iConnection,
int sequenceNumber,
int fields,
com.aspose.ms.System.AsyncCallback callback)
Begins to get the information for that message
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageInfo(IConnection iConnection,
int sequenceNumber,
int fields,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get the information for that message
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageSize(IConnection iConnection,
int sequenceNumber)
Begins GetMessageSize operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageSize(IConnection iConnection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback)
Begins GetMessageSize operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageSize(IConnection iConnection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins GetMessageSize operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageUniqueId(IConnection iConnection,
int sequenceNumber)
Begins to get the message unique id
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageUniqueId(IConnection iConnection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback)
Begins to get the message unique id
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageUniqueId(IConnection iConnection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get the message unique id
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListFolders(IConnection iConnection)
Begins to get the list of folders in the mailbox
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListFolders(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback)
Begins to get the list of folders in the mailbox
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListFolders(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get the list of folders in the mailbox
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListFolders(IConnection iConnection,
boolean loadFullInfo)
Begins to get the list of folders in the mailbox
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListFolders(IConnection iConnection,
boolean loadFullInfo,
com.aspose.ms.System.AsyncCallback callback)
Begins to get the list of folders in the mailbox
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListFolders(IConnection iConnection,
boolean loadFullInfo,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get the list of folders in the mailbox
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListFolders(IConnection iConnection,
String parentFolder)
Begins to get the list of subfolders in the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListFolders(IConnection iConnection,
String parentFolder,
com.aspose.ms.System.AsyncCallback callback)
Begins to get the list of subfolders in the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListFolders(IConnection iConnection,
String parentFolder,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get the list of subfolders in the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListFolders(IConnection iConnection,
String parentFolder,
boolean loadFullInfo)
Begins to get the list of subfolders in the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListFolders(IConnection iConnection,
String parentFolder,
boolean loadFullInfo,
com.aspose.ms.System.AsyncCallback callback)
Begins to get the list of subfolders in the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListFolders(IConnection iConnection,
String parentFolder,
boolean loadFullInfo,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get the list of subfolders in the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessage(IConnection iConnection,
int sequenceNumber)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessage(IConnection iConnection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessage(IConnection iConnection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessage(IConnection iConnection,
String uniqueId)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessage(IConnection iConnection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessage(IConnection iConnection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginListMessages(IConnection iConnection)
Begins ListMessages operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginListMessages(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback)
Begins ListMessages operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginListMessages(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins ListMessages operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginListMessages(IConnection iConnection,
MailQuery query)
Begins ListMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginListMessages(IConnection iConnection,
MailQuery query,
com.aspose.ms.System.AsyncCallback callback)
Begins ListMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginListMessages(IConnection iConnection,
MailQuery query,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins ListMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginNoop(IConnection iConnection)
Begins to execute 'No operation' command
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginNoop(IConnection iConnection)
Begins 'No operation' command.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginNoop(IConnection iConnection)
Begins to execute 'No operation' command
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginNoop(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback)
Begins to execute 'No operation' command
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginNoop(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback)
Begins 'No operation' command.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginNoop(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback)
Begins to execute 'No operation' command
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginNoop(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to execute 'No operation' command
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginNoop(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins 'No operation' command.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginNoop(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to execute 'No operation' command
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection iConnection,
int sequenceNumber,
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 iConnection,
String uniqueId,
ImapMessageFlags flags)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRenameFolder(IConnection iConnection,
String folderName,
String newFolderName)
Begins RenameFolder operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRenameFolder(IConnection iConnection,
String folderName,
String newFolderName,
com.aspose.ms.System.AsyncCallback callback)
Begins RenameFolder operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRenameFolder(IConnection iConnection,
String folderName,
String newFolderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins RenameFolder operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRequestCheckpoint(IConnection iConnection)
Begins request a checkpoint of the currently selected mailbox.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRequestCheckpoint(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback)
Begins request a checkpoint of the currently selected mailbox.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRequestCheckpoint(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins request a checkpoint of the currently selected mailbox.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
ImapFolderInfoCollection folders,
InputStream stream,
int options)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
ImapFolderInfoCollection folders,
InputStream stream,
int options,
com.aspose.ms.System.AsyncCallback callback)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
ImapFolderInfoCollection folders,
InputStream stream,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
ImapFolderInfoCollection folders,
String fileName,
int options)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
ImapFolderInfoCollection folders,
String fileName,
int options,
com.aspose.ms.System.AsyncCallback callback)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
ImapFolderInfoCollection folders,
String fileName,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
InputStream stream,
ImapFolderInfoCollection folders,
int options)
Begins to restore the specified imap folders from the given stream.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
InputStream stream,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback)
Begins to restore the specified imap folders from the given stream.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
InputStream stream,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to restore the specified imap folders from the given stream.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
InputStream stream,
int options)
Begins to restore imap folders from the given stream.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
InputStream stream,
int options,
com.aspose.ms.System.AsyncCallback callback)
Begins to restore imap folders from the given stream.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
InputStream stream,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to restore imap folders from the given stream.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
PersonalStorage pst,
ImapFolderInfoCollection folders,
int options)
Begins to restore the specified imap folders from the given personal storage.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
PersonalStorage pst,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback)
Begins to restore the specified imap folders from the given personal storage.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
PersonalStorage pst,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to restore the specified imap folders from the given personal storage.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
PersonalStorage pst,
int options)
Begins to restore imap folders from the given personal storage.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
PersonalStorage pst,
int options,
com.aspose.ms.System.AsyncCallback callback)
Begins to restore imap folders from the given personal storage.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
PersonalStorage pst,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to restore imap folders from the given personal storage.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
String fileName,
ImapFolderInfoCollection folders,
int options)
Begins to restore the specified imap folders from the specified personal storage file.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
String fileName,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback)
Begins to restore the specified imap folders from the specified personal storage file.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
String fileName,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to restore the specified imap folders from the specified personal storage file.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
String fileName,
int options)
Begins to restore imap folders from the specified personal storage file.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
String fileName,
int options,
com.aspose.ms.System.AsyncCallback callback)
Begins to restore imap folders from the specified personal storage file.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection iConnection,
String fileName,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to restore imap folders from the specified personal storage file.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginSaveMessage(IConnection iConnection,
int sequenceNumber,
OutputStream outputStream)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSaveMessage(IConnection iConnection,
int sequenceNumber,
OutputStream resultStream)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginSaveMessage(IConnection iConnection,
int sequenceNumber,
OutputStream outputStream,
com.aspose.ms.System.AsyncCallback callback)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSaveMessage(IConnection iConnection,
int sequenceNumber,
OutputStream resultStream,
com.aspose.ms.System.AsyncCallback callback)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginSaveMessage(IConnection iConnection,
int sequenceNumber,
OutputStream outputStream,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSaveMessage(IConnection iConnection,
int sequenceNumber,
OutputStream resultStream,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSaveMessage(IConnection iConnection,
int sequenceNumber,
String fileName)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSaveMessage(IConnection iConnection,
int sequenceNumber,
String fileName,
com.aspose.ms.System.AsyncCallback callback)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSaveMessage(IConnection iConnection,
int sequenceNumber,
String fileName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginSaveMessage(IConnection iConnection,
String uniqueId,
OutputStream outputStream)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSaveMessage(IConnection iConnection,
String uniqueId,
OutputStream resultStream)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginSaveMessage(IConnection iConnection,
String uniqueId,
OutputStream outputStream,
com.aspose.ms.System.AsyncCallback callback)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSaveMessage(IConnection iConnection,
String uniqueId,
OutputStream resultStream,
com.aspose.ms.System.AsyncCallback callback)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginSaveMessage(IConnection iConnection,
String uniqueId,
OutputStream outputStream,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSaveMessage(IConnection iConnection,
String uniqueId,
OutputStream resultStream,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSaveMessage(IConnection iConnection,
String uniqueId,
String fileName)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSaveMessage(IConnection iConnection,
String uniqueId,
String fileName,
com.aspose.ms.System.AsyncCallback callback)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSaveMessage(IConnection iConnection,
String uniqueId,
String fileName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSelectFolder(IConnection iConnection,
String folderName)
Begins select the specified folder asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSelectFolder(IConnection iConnection,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins select the specified folder asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSelectFolder(IConnection iConnection,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins select the specified folder asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSelectFolder(IConnection iConnection,
String folderName,
boolean readOnly,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins select the specified folder asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection iConnection,
com.aspose.ms.System.Collections.IEnumerable messages)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection iConnection,
com.aspose.ms.System.Collections.IEnumerable messages,
com.aspose.ms.System.AsyncCallback callback)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection iConnection,
com.aspose.ms.System.Collections.IEnumerable messages,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection iConnection,
com.aspose.ms.System.Collections.IEnumerable messages,
com.aspose.ms.System.EventHandler<MailMessageEventArgs> messageSentDelegate)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection iConnection,
com.aspose.ms.System.Collections.IEnumerable messages,
com.aspose.ms.System.EventHandler<MailMessageEventArgs> messageSentDelegate,
com.aspose.ms.System.AsyncCallback callback)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection iConnection,
com.aspose.ms.System.Collections.IEnumerable messages,
com.aspose.ms.System.EventHandler<MailMessageEventArgs> messageSentDelegate,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection iConnection,
MailMessage... messages)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection iConnection,
MailMessage message)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection iConnection,
MailMessage message,
com.aspose.ms.System.AsyncCallback callback)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection iConnection,
MailMessage message,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection iConnection,
String from,
String recipients,
String subject,
String body)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection iConnection,
String from,
String recipients,
String subject,
String body,
com.aspose.ms.System.AsyncCallback callback)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection iConnection,
String from,
String recipients,
String subject,
String body,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSendCustomCommand(IConnection iConnection,
String customCommand)
Begins send the specified custom command to the server.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSendCustomCommand(IConnection iConnection,
String customCommand,
com.aspose.ms.System.AsyncCallback callback)
Begins send the specified custom command to the server.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSendCustomCommand(IConnection iConnection,
String customCommand,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins send the specified custom command to the server.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSendCustomCommand(IConnection iConnection,
String nextCommandPart,
String commandId)
Begins send the specified custom command to the server.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSendCustomCommand(IConnection iConnection,
String nextCommandPart,
String commandId,
com.aspose.ms.System.AsyncCallback callback)
Begins send the specified custom command to the server.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSendCustomCommand(IConnection iConnection,
String nextCommandPart,
String commandId,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins send the specified custom command to the server.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSubscribeFolder(IConnection iConnection,
String folderName)
Begins subscribe operation that adds the specified mailbox name to the server's set of "active" mailboxes.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSubscribeFolder(IConnection iConnection,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins subscribe operation that adds the specified mailbox name to the server's set of "active" mailboxes.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSubscribeFolder(IConnection iConnection,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins subscribe operation that adds the specified mailbox name to the server's set of "active" mailboxes.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUndeleteMessage(IConnection iConnection,
int sequenceNumber)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUndeleteMessage(IConnection iConnection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUndeleteMessage(IConnection iConnection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUndeleteMessage(IConnection iConnection,
String uniqueId)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUndeleteMessage(IConnection iConnection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUndeleteMessage(IConnection iConnection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginUndeleteMessages(IConnection iConnection)
Begins undeletes the messages.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginUndeleteMessages(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback)
Begins undeletes the messages.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginUndeleteMessages(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins undeletes the messages.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUnselectFolder(IConnection iConnection)
Begins permanently removes all messages marked as deleted for currently selected folder and removes selected-state for current folder.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUnselectFolder(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback)
Begins permanently removes all messages marked as deleted for currently selected folder and removes selected-state for current folder.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUnselectFolder(IConnection iConnection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins permanently removes all messages marked as deleted for currently selected folder and removes selected-state for current folder.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUnsubscribeFolder(IConnection iConnection,
String folderName)
Begins unsubscribe operation that removes the specified mailbox name from the server's set of "active" mailboxes
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUnsubscribeFolder(IConnection iConnection,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins unsubscribe operation that removes the specified mailbox name from the server's set of "active" mailboxes
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUnsubscribeFolder(IConnection iConnection,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins unsubscribe operation that removes the specified mailbox name from the server's set of "active" mailboxes
|
void |
ImapClient.changeMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags)
Changes the flags of the message
|
void |
ImapClient.changeMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags)
Changes the flags of the message
|
void |
Pop3Client.commitDeletes(IConnection iConnection)
Commit the deletions
|
void |
ImapClient.commitDeletes(IConnection iConnection)
Commit the deletions
|
void |
ImapClient.commitDeletes(IConnection iConnection,
int sleep)
Commit the deletions
|
void |
ImapClient.copyMessage(IConnection iConnection,
int sequenceNumber,
String folderName)
Copies the message
|
void |
ImapClient.copyMessage(IConnection iConnection,
String uniqueId,
String folderName)
Copies the message
|
void |
ImapClient.createFolder(IConnection iConnection,
String folderName)
Creates a folder with the specified name
|
void |
ImapClient.deleteFolder(IConnection iConnection,
String folderName)
Deletes a specified folder.
|
void |
Pop3Client.deleteMessage(IConnection iConnection,
int sequenceNumber)
Deletes the message
|
void |
ImapClient.deleteMessage(IConnection iConnection,
int sequenceNumber)
Marks a message with the specified sequence number as deleted
|
void |
Pop3Client.deleteMessage(IConnection iConnection,
String uniqueId)
Deletes the message
|
void |
ImapClient.deleteMessage(IConnection iConnection,
String uniqueId)
Marks a message with the specified sequence number as deleted
|
void |
Pop3Client.deleteMessages(IConnection iConnection)
Deletes all messages
|
Attachment |
ImapClient.fetchAttachment(IConnection iConnection,
int sequenceNumber,
String attachmentName)
Fetches the specified attachment
|
MailMessage |
Pop3Client.fetchMessage(IConnection iConnection,
int sequenceNumber)
Fetches the message
|
MailMessage |
ImapClient.fetchMessage(IConnection iConnection,
int sequenceNumber)
Fetches the message
|
MailMessage |
ImapClient.fetchMessage(IConnection iConnection,
int sequenceNumber,
boolean ignoreAttachment)
Fetches the message
|
MailMessage |
Pop3Client.fetchMessage(IConnection iConnection,
String uniqueId)
Fetches the message
|
MailMessage |
ImapClient.fetchMessage(IConnection iConnection,
String uniqueId)
Fetches the message
|
void |
SmtpClient.forward(IConnection iConnection,
String sender,
MailAddressCollection recipients,
MailMessage message)
Forwards specified message to recipient
|
void |
SmtpClient.forward(IConnection iConnection,
String sender,
String recipient,
MailMessage message)
Forwards specified message to recipient
|
ImapFolderInfo |
ImapClient.getFolderInfo(IConnection iConnection,
String folderName)
Returns information about the specified folder without selecting it
|
Pop3MailboxInfo |
Pop3Client.getMailboxInfo(IConnection iConnection)
Gets the mailbox status info
|
Pop3MailboxInfo |
Pop3Client.getMailboxInfo(IConnection iConnection,
boolean closeTransaction)
Gets the mailbox status info
|
long |
Pop3Client.getMailboxSize(IConnection iConnection)
Gets the size of the mailbox
|
int |
Pop3Client.getMessageCount(IConnection iConnection)
Gets the message count
|
int |
Pop3Client.getMessageCount(IConnection iConnection,
boolean closeTransaction)
Gets the message count
|
HeaderCollection |
Pop3Client.getMessageHeaders(IConnection iConnection,
int sequenceNumber)
Gets the message headers
|
Pop3MessageInfo |
Pop3Client.getMessageInfo(IConnection iConnection,
int sequenceNumber)
Gets the information for that message
|
Pop3MessageInfo |
Pop3Client.getMessageInfo(IConnection iConnection,
int sequenceNumber,
int fields)
Gets the information for that message
|
long |
Pop3Client.getMessageSize(IConnection iConnection,
int sequenceNumber)
Gets the size of the message
|
String |
Pop3Client.getMessageUniqueId(IConnection iConnection,
int sequenceNumber)
Gets the message unique id
|
ImapFolderInfoCollection |
ImapClient.listFolders(IConnection iConnection)
Gets the list of folders in the mailbox
|
ImapFolderInfoCollection |
ImapClient.listFolders(IConnection iConnection,
boolean loadFullInfo)
Gets the list of folders in the mailbox
|
ImapFolderInfoCollection |
ImapClient.listFolders(IConnection iConnection,
String parentFolder)
Gets the list of subfolders in the specified folder
|
ImapFolderInfoCollection |
ImapClient.listFolders(IConnection iConnection,
String parentFolder,
boolean loadFullInfo)
Gets the list of subfolders in the specified folder
|
ImapMessageInfo |
ImapClient.listMessage(IConnection iConnection,
int sequenceNumber)
Gets information about a message.
|
ImapMessageInfo |
ImapClient.listMessage(IConnection iConnection,
String uniqueId)
Gets information about a message.
|
ImapMessageInfoCollection |
ImapClient.listMessages(IConnection iConnection)
Gets the list of messages in the current folder
|
ImapMessageInfoCollection |
ImapClient.listMessages(IConnection iConnection,
boolean retrieveRecursively)
Gets the list of messages in the current folder
|
ImapMessageInfoCollection |
ImapClient.listMessages(IConnection iConnection,
int maxNumberOfMessages)
Gets the list of messages in the current folder.
|
ImapMessageInfoCollection |
ImapClient.listMessages(IConnection iConnection,
MailQuery query)
Gets the list of messages in the current folder.
|
ImapMessageInfoCollection |
ImapClient.listMessages(IConnection iConnection,
MailQuery query,
int maxNumberOfMessages)
Gets the list of messages in the current folder.
|
ImapMessageInfoCollection |
ImapClient.listMessages(IConnection iConnection,
String folderName)
Gets the list of messages in the specified folder
|
ImapMessageInfoCollection |
ImapClient.listMessages(IConnection iConnection,
String folderName,
boolean retrieveRecursively)
Gets the list of messages in the specified folder
|
ImapMessageInfoCollection |
ImapClient.listMessages(IConnection iConnection,
String folderName,
MailQuery query,
int maxNumberOfMessages)
Gets the list of messages in the current folder.
|
void |
SmtpClient.noop(IConnection iConnection)
'No operation' command
|
void |
Pop3Client.noop(IConnection iConnection)
'No operation' command
|
void |
ImapClient.noop(IConnection iConnection)
'No operation' command
|
void |
ImapClient.removeMessageFlags(IConnection iConnection,
int sequenceNumber,
ImapMessageFlags flags)
Removes the flags of the message
|
void |
ImapClient.removeMessageFlags(IConnection iConnection,
String uniqueId,
ImapMessageFlags flags)
Removes the flags of the message
|
void |
ImapClient.renameFolder(IConnection iConnection,
String folderName,
String newFolderName)
Renames a specified folder to a new name
|
void |
ImapClient.requestCheckpoint(IConnection iConnection)
Requests a checkpoint of the currently selected mailbox.
|
void |
ImapClient.restore(IConnection iConnection,
InputStream stream,
ImapFolderInfoCollection folders,
int options)
Restores the specified imap folders from the given stream.
|
void |
ImapClient.restore(IConnection iConnection,
InputStream stream,
int options)
Restores imap folders from the given stream.
|
void |
ImapClient.restore(IConnection iConnection,
PersonalStorage pst,
ImapFolderInfoCollection folders,
int options)
Restores the specified imap folders from the given personal storage.
|
void |
ImapClient.restore(IConnection iConnection,
PersonalStorage pst,
int options)
Restores imap folders from the given personal storage.
|
void |
ImapClient.restore(IConnection iConnection,
String fileName,
ImapFolderInfoCollection folders,
int options)
Restores the specified imap folders from the specified personal storage file.
|
void |
ImapClient.restore(IConnection iConnection,
String fileName,
int options)
Restores imap folders from the specified personal storage file.
|
void |
Pop3Client.saveMessage(IConnection iConnection,
int sequenceNumber,
OutputStream outputStream)
Fetches and save the message as a stream
|
void |
ImapClient.saveMessage(IConnection iConnection,
int sequenceNumber,
OutputStream resultStream)
Downloads the message with the specified sequence number and writes its data into a supplied stream
|
void |
Pop3Client.saveMessage(IConnection iConnection,
int sequenceNumber,
String fileName)
Fetches and save the message into a file
|
void |
ImapClient.saveMessage(IConnection iConnection,
int sequenceNumber,
String fileName)
Downloads the message with the specified sequence number and writes its data into a local file
|
void |
Pop3Client.saveMessage(IConnection iConnection,
String uniqueId,
OutputStream outputStream)
Fetches and save the message as a stream
|
void |
ImapClient.saveMessage(IConnection iConnection,
String uniqueId,
OutputStream resultStream)
Downloads the message with the specified sequence number
and writes its data into a supplied stream
|
void |
Pop3Client.saveMessage(IConnection iConnection,
String uniqueId,
String fileName)
Fetches and save the message into a file
|
void |
ImapClient.saveMessage(IConnection iConnection,
String uniqueId,
String fileName)
Downloads the message with the specified sequence number
and writes its data into a local file
|
void |
ImapClient.selectFolder(IConnection iConnection,
String folderName)
Selects the specified folder
|
void |
ImapClient.selectFolder(IConnection iConnection,
String folderName,
boolean readOnly)
Selects the specified folder
|
void |
SmtpClient.send(IConnection iConnection,
com.aspose.ms.System.Collections.IEnumerable messages)
Send the specified messages.
|
void |
SmtpClient.send(IConnection iConnection,
MailMessage... messages)
Send the specified message.
|
void |
SmtpClient.send(IConnection iConnection,
MailMessage message)
Send the specified message.
|
void |
SmtpClient.send(IConnection iConnection,
MailMessageCollection messages)
Send the specified message collection.
|
void |
SmtpClient.send(IConnection iConnection,
String from,
String recipients,
String subject,
String body)
Creates and sends the specified message.
|
ImapResponse |
ImapClient.sendCustomCommand(IConnection iConnection,
String customCommand)
Send the specified custom command to the server.
|
ImapResponse |
ImapClient.sendCustomCommand(IConnection iConnection,
String nextCommandPart,
String commandId)
Send the specified custom command to the server.
|
void |
ImapClient.subscribeFolder(IConnection iConnection,
String folderName)
Sent the SUBSCRIBE command that adds the specified mailbox name to the server's set of "active" mailboxes.
|
void |
ImapClient.undeleteMessage(IConnection iConnection,
int sequenceNumber)
Marks a message with the specified sequence number as not deleted
|
void |
ImapClient.undeleteMessage(IConnection iConnection,
String uniqueId)
Marks a message with the specified sequence number as not deleted.
|
void |
Pop3Client.undeleteMessages(IConnection iConnection)
Undeletes the messages.
|
void |
ImapClient.unselectFolder(IConnection iConnection)
Permanently removes all messages marked as deleted for currently selected folder
and removes selected-state for this folder.
|
void |
ImapClient.unsubscribeFolder(IConnection iConnection,
String folderName)
Sent the UNSUBSCRIBE command that removes the specified mailbox name from the server's set of "active" mailboxes
|
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.