Modifier and Type | Class and Description |
---|---|
class |
AmpMessage
Message which allows senders to include AMP components inside emails.
|
Modifier and Type | Method and Description |
---|---|
MailMessage |
MailMessage.attachSignature(byte[] certificateRawData,
String certificatePassword)
Creates a signed message.
|
MailMessage |
ForwardMessageBuilder.buildResponse(MailMessage msg)
Builds the forwarding messages.
|
MailMessage |
ReplyMessageBuilder.buildResponse(MailMessage msg)
Builds the replying messages.
|
abstract MailMessage |
ResponseMessageBuilder.buildResponse(MailMessage msg)
Builds the forwarding and replying messages.
|
MailMessage |
MailMessage.createReadReceipt(String from,
String bodyText)
Creates the read receipt.
|
MailMessage |
MailMessage.decrypt()
Decrypts this message
|
MailMessage |
MailMessage.decrypt(byte[] certificateRawData,
String certificatePassword)
Decrypts this message
|
MailMessage |
MailMessage.deepClone()
Clones this instance
|
MailMessage |
MailMessage.dKIMSign(com.aspose.ms.System.Security.Cryptography.RSACryptoServiceProvider rsa,
DKIMSignatureInfo signatureInfo)
Signs this message using DKIM (DomainKeys Identified Mail) signature.
|
MailMessage |
MailMessage.encrypt(byte[] certificateRawData,
String certificatePassword)
Encrypts this message
|
MailMessage |
ImapClient.endFetchMessage(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous message fetching to complete.
|
MailMessage |
Pop3Client.endFetchMessage(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the asynchronous operation to complete.
|
MailMessage |
ImapClient.fetchMessage(IConnection connection,
int sequenceNumber)
Fetches the message
|
MailMessage |
Pop3Client.fetchMessage(IConnection connection,
int sequenceNumber)
Fetches the message
|
MailMessage |
ImapClient.fetchMessage(IConnection connection,
int sequenceNumber,
boolean ignoreAttachment)
Fetches the message
|
MailMessage |
ImapClient.fetchMessage(IConnection connection,
String uniqueId)
Fetches the message
|
MailMessage |
Pop3Client.fetchMessage(IConnection connection,
String uniqueId)
Fetches the message
|
MailMessage |
ImapClient.fetchMessage(int sequenceNumber)
Fetches the message
|
MailMessage |
Pop3Client.fetchMessage(int sequenceNumber)
Fetches the message
|
MailMessage |
ImapClient.fetchMessage(int sequenceNumber,
boolean ignoreAttachment)
Fetches the message
|
MailMessage |
ExchangeClient.fetchMessage(String messageUri)
Fetches the mail message with specified uri.
|
MailMessage |
IEWSClient.fetchMessage(String messageUri)
Fetches the message.
|
MailMessage |
ImapClient.fetchMessage(String uniqueId)
Fetches the message
|
MailMessage |
Pop3Client.fetchMessage(String uniqueId)
Fetches the message
|
MailMessage |
IEWSClient.fetchMessage(String messageUri,
Iterable<PropertyDescriptor> extendedProperties)
Fetches the message from server
|
MailMessage |
TgzReader.getCurrentMessage()
Gets the current message.
|
MailMessage |
MailMessageEventArgs.getMessage()
Gets the sending message.
|
MailMessage |
BounceResult.getOriginalMessage()
Contains the original message.
|
static MailMessage |
MailMessage.load(InputStream stream)
Load message from stream
|
static MailMessage |
MailMessage.load(InputStream stream,
LoadOptions options)
Load message from stream with additional options.
|
static MailMessage |
MailMessage.load(String fileName)
Load message from file
|
static MailMessage |
MailMessage.load(String fileName,
LoadOptions options)
Load message from file with additional options.
|
MailMessage |
TemplateEngine.merge(DataRow row)
Merge a source DataRow with the template.
|
MailMessage |
TemplateEngine.merge(MailMessage source)
Merge a source MailMessage with the template
|
MailMessage |
MboxrdStorageReader.readNextMessage()
Reads the next message from underlying storage stream.
|
abstract MailMessage |
MboxStorageReader.readNextMessage()
Reads the next message from underlying storage stream.
|
MailMessage |
MboxrdStorageReader.readNextMessage(String[] fromMarker)
Reads the next message from underlying storage stream.
|
abstract MailMessage |
MboxStorageReader.readNextMessage(String[] fromMarker)
Reads the next message from underlying storage stream.
|
MailMessage |
MailMessage.removeSignature()
Remove signature
|
MailMessage |
MapiMessage.toMailMessage(MailConversionOptions options)
Creates an instance of MailMessage from this MapiMessage.
|
Modifier and Type | Method and Description |
---|---|
Iterable<MailMessage> |
ImapClient.endFetchMessages(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the asynchronous operation to complete.
|
Iterable<MailMessage> |
Pop3Client.endFetchMessages(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the asynchronous operation to complete.
|
com.aspose.ms.System.Collections.Generic.IGenericEnumerable<MailMessage> |
NotesStorageFacility.enumerateMessages()
Exposes the enumerator, which supports an iteration of messages in storage.
|
Iterable<MailMessage> |
ImapClient.fetchMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceNumbers)
Fetches the messages
|
Iterable<MailMessage> |
Pop3Client.fetchMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceNumbers)
Fetches the messages
|
Iterable<MailMessage> |
ImapClient.fetchMessagesBySequences(Iterable<Integer> sequenceNumbers)
Fetches the messages
|
Iterable<MailMessage> |
Pop3Client.fetchMessagesBySequences(Iterable<Integer> sequenceNumbers)
Fetches the messages
|
Iterable<MailMessage> |
ImapClient.fetchMessagesByUids(IConnection connection,
Iterable<String> uids)
Fetches the messages
|
Iterable<MailMessage> |
Pop3Client.fetchMessagesByUids(IConnection connection,
Iterable<String> uids)
Fetches the messages
|
Iterable<MailMessage> |
ImapClient.fetchMessagesByUids(Iterable<String> uids)
Fetches the messages
|
Iterable<MailMessage> |
Pop3Client.fetchMessagesByUids(Iterable<String> uids)
Fetches the messages
|
com.aspose.ms.System.Collections.Generic.Dictionary<MailMessage,RuntimeException> |
AppendMessagesResult.getFailed()
Gets mail messages that have been handled with errors
|
com.aspose.ms.System.Collections.Generic.Dictionary<MailMessage,com.aspose.ms.System.Exception> |
SendMessagesResult.getFailed()
Gets mail messages that have been handled with errors
|
List<MailMessage> |
AppendMessagesResult.getNotHandled()
Gets mail messages that have not been handled
|
List<MailMessage> |
SendMessagesResult.getNotHandled()
Gets mail messages that have not been handled
|
com.aspose.ms.System.Collections.Generic.Dictionary<MailMessage,String> |
AppendMessagesResult.getSucceeded()
Gets mail messages that have been handled successfully
|
List<MailMessage> |
SendMessagesResult.getSucceeded()
Gets mail messages that have been handled successfully
|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<MailMessage> |
MailMessage.iterator()
Returns an enumerator that iterates through a collection.
|
Modifier and Type | Method and Description |
---|---|
String |
ImapClient.appendMessage(IConnection connection,
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 connection,
String folderName,
MailMessage message)
Uploads the mail message to the specified folder
|
String |
IEWSClient.appendMessage(MailMessage message)
Uploads the mail message to the Inbox folder
|
String |
ImapClient.appendMessage(MailMessage message)
Uploads the mail message to the current folder
If current folder hasn't been specified default folder is used.
|
String |
ExchangeClient.appendMessage(String folder,
MailMessage message)
Uploads the mail message to the specified folder
|
String |
IEWSClient.appendMessage(String folder,
MailMessage message)
Uploads the mail message to the specified folder
|
String |
ImapClient.appendMessage(String folderName,
MailMessage message)
Uploads the mail message to the specified folder
|
String |
ExchangeClient.appendMessage(String folder,
MailMessage message,
boolean markAsSent)
Uploads the mail message to the specified folder
|
String |
IEWSClient.appendMessage(String folder,
MailMessage message,
boolean markAsSent)
Deprecated.
Please, use MailMessage.IsDraft property instead of markAsSent
|
String[] |
IEWSClient.appendMessages(MailMessage... messages)
Uploads the mail message to the specified folder
|
String[] |
IEWSClient.appendMessages(String folder,
MailMessage... messages)
Uploads the mail message to the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAppendMessage(IConnection connection,
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 connection,
String folderName,
MailMessage message)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAppendMessage(IConnection connection,
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 connection,
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(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(String folderName,
MailMessage message)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAppendMessage(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(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 |
SmtpClient.beginForward(IConnection connection,
String sender,
MailAddressCollection recipients,
MailMessage message)
Begins forward email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginForward(IConnection connection,
String sender,
MailAddressCollection recipients,
MailMessage message,
com.aspose.ms.System.AsyncCallback callback)
Begins forward email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginForward(IConnection connection,
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 connection,
String sender,
String recipient,
MailMessage message)
Begins forward email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginForward(IConnection connection,
String sender,
String recipient,
MailMessage message,
com.aspose.ms.System.AsyncCallback callback)
Begins forward email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginForward(IConnection connection,
String sender,
String recipient,
MailMessage message,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins forward email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginForward(String sender,
MailAddressCollection recipients,
MailMessage message)
Begins forward email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginForward(String sender,
MailAddressCollection recipients,
MailMessage message,
com.aspose.ms.System.AsyncCallback callback)
Begins forward email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginForward(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(String sender,
String recipient,
MailMessage message)
Begins forward email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginForward(String sender,
String recipient,
MailMessage message,
com.aspose.ms.System.AsyncCallback callback)
Begins forward email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginForward(String sender,
String recipient,
MailMessage message,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins forward email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
MailStorageConverter.MailHandler.beginInvoke(MailMessage message,
com.aspose.ms.System.AsyncCallback callback,
Object state) |
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection connection,
MailMessage... messages)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection connection,
MailMessage message)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection connection,
MailMessage message,
com.aspose.ms.System.AsyncCallback callback)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection connection,
MailMessage message,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(MailMessage... messages)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(MailMessage message)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(MailMessage message,
com.aspose.ms.System.AsyncCallback callback)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(MailMessage message,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins sending email asynchronously.
|
MailMessage |
ForwardMessageBuilder.buildResponse(MailMessage msg)
Builds the forwarding messages.
|
MailMessage |
ReplyMessageBuilder.buildResponse(MailMessage msg)
Builds the replying messages.
|
abstract MailMessage |
ResponseMessageBuilder.buildResponse(MailMessage msg)
Builds the forwarding and replying messages.
|
void |
IMessageFormatter.format(MailMessage message)
Formats the specified message.
|
void |
SmtpClient.forward(IConnection connection,
String sender,
MailAddressCollection recipients,
MailMessage message)
Forwards specified message to recipient
|
void |
SmtpClient.forward(IConnection connection,
String sender,
String recipient,
MailMessage message)
Forwards specified message to recipient
|
void |
IEWSClient.forward(MailMessage message,
ExchangeMessageInfo referencedMessage)
Forward a message.
|
void |
SmtpClient.forward(String sender,
MailAddressCollection recipients,
MailMessage message)
Forwards specified message to recipient
|
void |
SmtpClient.forward(String sender,
String recipient,
MailMessage message)
Forwards specified message to recipient
|
static MapiMessage |
MapiMessage.fromMailMessage(MailMessage message)
Creates an instance of MapiMessage from the MailMessage.
|
static MapiMessage |
MapiMessage.fromMailMessage(MailMessage message,
MapiConversionOptions options)
Creates an instance of MapiMessage from the MailMessage.
|
abstract void |
MailStorageConverter.MailHandler.invoke(MailMessage message) |
MailMessage |
TemplateEngine.merge(MailMessage source)
Merge a source MailMessage with the template
|
void |
IEWSClient.reply(MailMessage message,
ExchangeMessageInfo referencedMessage)
Reply to the sender's message.
|
void |
IEWSClient.replyAll(MailMessage message,
ExchangeMessageInfo referencedMessage)
Reply to the sender and all recipients of a message.
|
void |
SmtpClient.send(IConnection connection,
MailMessage... messages)
Send the specified message.
|
void |
SmtpClient.send(IConnection connection,
MailMessage message)
Send the specified message.
|
void |
SmtpClient.send(MailMessage... messages)
Send the specified message.
|
void |
ExchangeClient.send(MailMessage message)
Sends the mail message.
|
void |
IEWSClient.send(MailMessage message)
Sends the specified message.
|
void |
IMailTransferAgent.send(MailMessage message)
Send an Email message.
|
void |
SmtpClient.send(MailMessage message)
Send the specified message.
|
void |
IEWSClient.send(MailMessage message,
FollowUpOptions messageOptions)
Sends the message.
|
double |
SpamAnalyzer.test(MailMessage message)
Analyses the message and returns the probability of the message being spam.
|
void |
SpamAnalyzer.trainFilter(MailMessage[] ham,
MailMessage[] spam)
Learns from the specified messages as from spam or non-spam source.
|
void |
SpamAnalyzer.trainFilter(MailMessage[] ham,
MailMessage[] spam)
Learns from the specified messages as from spam or non-spam source.
|
void |
SpamAnalyzer.trainFilter(MailMessage message,
boolean isSpam)
Learns from the specified message as from spam or non-spam source.
|
void |
MboxrdStorageWriter.writeMessage(MailMessage message)
Writes the message to underlying storage stream.
|
abstract void |
MboxStorageWriter.writeMessage(MailMessage message)
Writes the message to underlying storage stream.
|
void |
MboxrdStorageWriter.writeMessage(MailMessage message,
String[] fromMarker)
Writes the message to underlying storage stream.
|
abstract void |
MboxStorageWriter.writeMessage(MailMessage message,
String[] fromMarker)
Writes the message to underlying storage stream.
|
Modifier and Type | Method and Description |
---|---|
AppendMessagesResult |
ImapClient.appendMessages(IConnection connection,
Iterable<MailMessage> messages)
Uploads the mail message to the current folder
If current folder hasn't been specified default folder is used.
|
AppendMessagesResult |
ImapClient.appendMessages(IConnection connection,
String folderName,
Iterable<MailMessage> messages)
Uploads the mail message to the specified folder
|
String[] |
IEWSClient.appendMessages(Iterable<MailMessage> messages)
Uploads the mail message to the specified folder
|
AppendMessagesResult |
ImapClient.appendMessages(Iterable<MailMessage> messages)
Uploads the mail message to the current folder
If current folder hasn't been specified default folder is used.
|
String[] |
IEWSClient.appendMessages(String folder,
Iterable<MailMessage> messages)
Uploads the mail message to the specified folder
|
AppendMessagesResult |
ImapClient.appendMessages(String folderName,
Iterable<MailMessage> messages)
Uploads the mail message to the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAppendMessages(IConnection connection,
Iterable<MailMessage> messages)
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.beginAppendMessages(IConnection connection,
String folderName,
Iterable<MailMessage> messages)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAppendMessages(IConnection connection,
String folderName,
Iterable<MailMessage> messages,
com.aspose.ms.System.AsyncCallback callback)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAppendMessages(IConnection connection,
String folderName,
Iterable<MailMessage> messages,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAppendMessages(Iterable<MailMessage> messages)
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.beginAppendMessages(String folderName,
Iterable<MailMessage> messages)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAppendMessages(String folderName,
Iterable<MailMessage> messages,
com.aspose.ms.System.AsyncCallback callback)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAppendMessages(String folderName,
Iterable<MailMessage> messages,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection connection,
Iterable<MailMessage> messages)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection connection,
Iterable<MailMessage> messages,
com.aspose.ms.System.AsyncCallback callback)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection connection,
Iterable<MailMessage> messages,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection connection,
Iterable<MailMessage> messages,
com.aspose.ms.System.EventHandler<MailMessageEventArgs> messageSentDelegate)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection connection,
Iterable<MailMessage> 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 connection,
Iterable<MailMessage> 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(Iterable<MailMessage> messages)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(Iterable<MailMessage> messages,
com.aspose.ms.System.AsyncCallback callback)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(Iterable<MailMessage> messages,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(Iterable<MailMessage> messages,
com.aspose.ms.System.EventHandler<MailMessageEventArgs> messageSentDelegate)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(Iterable<MailMessage> 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(Iterable<MailMessage> messages,
com.aspose.ms.System.EventHandler<MailMessageEventArgs> messageSentDelegate,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins sending email asynchronously.
|
void |
SmtpClient.send(IConnection connection,
Iterable<MailMessage> messages)
Send the specified messages.
|
void |
SmtpClient.send(Iterable<MailMessage> messages)
Send the specified messages.
|
void |
SmtpClient.sendToQueue(Iterable<MailMessage> messages)
Append messages to queue
|
Constructor and Description |
---|
MailMessageEventArgs(MailMessage message)
Initializes a new instance of the
MailMessageEventArgs class. |
TemplateEngine(MailMessage templateMessage)
Initializes a new instance of the
TemplateEngine class. |