Modifier and Type | Method and Description |
---|---|
MailMessage |
MailMessage.attachSignature(byte[] certificateRawData,
String certificatePassword)
Creates a signed message.
|
abstract MailMessage |
ResponseMessageBuilder.buildResponse(MailMessage msg)
Builds the forwarding and replying messages.
|
MailMessage |
ReplyMessageBuilder.buildResponse(MailMessage msg)
Builds the replying messages.
|
MailMessage |
ForwardMessageBuilder.buildResponse(MailMessage msg)
Builds the forwarding 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 |
Pop3Client.endFetchMessage(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the asynchronous operation to complete.
|
MailMessage |
ImapClient.endFetchMessage(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous message fetching to complete.
|
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
|
MailMessage |
Pop3Client.fetchMessage(int sequenceNumber)
Fetches the message
|
MailMessage |
ImapClient.fetchMessage(int sequenceNumber)
Fetches the message
|
MailMessage |
ImapClient.fetchMessage(int sequenceNumber,
boolean ignoreAttachment)
Fetches the message
|
MailMessage |
Pop3Client.fetchMessage(String uniqueId)
Fetches the message
|
MailMessage |
ImapClient.fetchMessage(String uniqueId)
Fetches the message
|
MailMessage |
IExchangeClientBase.fetchMessage(String messageUri)
Fetches the message.
|
abstract MailMessage |
ExchangeClientBase.fetchMessage(String messageUri)
Fetches the message.
|
MailMessage |
ExchangeClient.fetchMessage(String messageUri)
Fetches the mail message with specified uri.
|
MailMessage |
ImapClient.fetchMessage(String uniqueId,
int fetchTimeout)
Deprecated.
|
MailMessage |
IEWSClient.fetchMessage(String messageUri,
String[] extendedProperties)
Fetches the message from server
|
MailMessage |
MailMessageEventArgs.getMessage()
Gets the sending message.
|
MailMessage |
BounceResult.getOriginalMessage()
Contains the original message.
|
MailMessage |
MailMessageInterpretor.interpret(MapiMessage mapiMessage)
Imports the MapiMessage information into a MailMessage object.
|
MailMessage |
AppointmentMailMessageInterpretor.interpret(MapiMessage mapiMessage)
Interprets the given
Aspose.Email.Outlook.MapiMessage to appointment mail message. |
MailMessage |
MailMessageInterpretor.interpretAsTnef(MapiMessage msg)
Imports the MapiMessage information into a MailMessage object with MapiMessage as TNEF attachment.
|
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(InputStream stream,
MailMessageLoadOptions options)
Deprecated.
|
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.
|
static MailMessage |
MailMessage.load(String fileName,
MailMessageLoadOptions options)
Deprecated.
|
static MailMessage |
MailMessage.loadFromTnef(InputStream stream)
Deprecated.
|
static MailMessage |
MailMessage.loadFromTnef(String fileName)
Deprecated.
|
MailMessage |
TemplateEngine.merge(DataRow row)
Merge a source DataRow with the template.
|
MailMessage |
TemplateEngine.merge(MailMessage source)
Merge a source MailMessage with the template
|
abstract MailMessage |
MboxStorageReader.readNextMessage()
Reads the next message from underlying storage stream.
|
MailMessage |
MboxrdStorageReader.readNextMessage()
Reads the next message from underlying storage stream.
|
MailMessage |
MailMessage.removeSignature()
Remove signature
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<MailMessage> |
MailMessage.iterator()
Returns an enumerator that iterates through a collection.
|
Modifier and Type | Method and Description |
---|---|
void |
SmtpClientBulkSendAgent.addMessage(MailMessage message)
Deprecated.
Add messages to Message Pool.
|
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 folderName,
MailMessage message)
Uploads the mail message to the specified 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 |
IEWSClient.appendMessage(MailMessage message)
Uploads the mail message to the Inbox folder
|
String |
ImapClient.appendMessage(String folderName,
MailMessage message)
Uploads the mail message to the specified folder
|
String |
IExchangeClientBase.appendMessage(String folder,
MailMessage message)
Uploads the mail message to the specified folder
|
abstract String |
ExchangeClientBase.appendMessage(String folder,
MailMessage message)
Uploads the mail message to the specified folder
|
String |
ExchangeClient.appendMessage(String folder,
MailMessage message)
Uploads the mail message to the specified folder
|
String |
IExchangeClientBase.appendMessage(String folder,
MailMessage message,
boolean markAsSent)
Uploads the mail message to the specified folder
|
abstract String |
ExchangeClientBase.appendMessage(String folder,
MailMessage message,
boolean markAsSent)
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
|
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 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(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 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 |
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 |
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(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.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSendMessage(MailMessage message)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSendMessage(MailMessage message,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
|
abstract MailMessage |
ResponseMessageBuilder.buildResponse(MailMessage msg)
Builds the forwarding and replying messages.
|
MailMessage |
ReplyMessageBuilder.buildResponse(MailMessage msg)
Builds the replying messages.
|
MailMessage |
ForwardMessageBuilder.buildResponse(MailMessage msg)
Builds the forwarding messages.
|
void |
MhtMessageFormatter.format(MailMessage message)
Adds information header into message body.
|
void |
IMessageFormatter.format(MailMessage message)
Formats the specified message.
|
void |
MhtMessageFormatter.format(MailMessage message,
boolean writeCompleteEmailAddress)
Deprecated.
|
void |
MhtMessageFormatter.format(MailMessage message,
int formatOptions)
Adds information header into message body.
|
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
|
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,
int format)
Deprecated.
|
static MapiMessage |
MapiMessage.fromMailMessage(MailMessage message,
int format,
boolean preserveSignature)
Deprecated.
|
static MapiMessage |
MapiMessage.fromMailMessage(MailMessage message,
MapiConversionOptions options)
Creates an instance of MapiMessage from the MailMessage.
|
protected void |
MailMessageInterpretor.loadAttachment(MailMessage mailmessage,
MapiMessage mapiMessage)
Imports the attachments from to the specified MapiMessage instance.
|
protected void |
MailMessageInterpretor.loadEachAttachment(MailMessage mailmessage,
MapiMessage mapiMessage,
int index)
Imports each attachment from to the specified MapiMessage instance.
|
protected void |
NDRReportMailMessageInterpretor.loadMessageBody(MailMessage mailmessage,
MapiMessage mapiMessage)
Creates the Body (HtmlBody and TextBody) of the MailMessage according to the specified MapiMessage instance.
|
protected void |
MailMessageInterpretor.loadMessageBody(MailMessage mailmessage,
MapiMessage mapiMessage)
Creates the Body (HtmlBody and TextBody) of the MailMessage
according to the specified MapiMessage instance.
|
protected void |
MailMessageInterpretor.loadMessageBodyHtml(MailMessage mailmessage,
MapiMessage mapiMessage)
Creates the HtmlBody property of the MailMessage
according to the specified MapiMessage instance.
|
protected void |
ContactMailMessageInterpretor.loadMessageBodyHtml(MailMessage mailMessage,
MapiMessage mapiMessage)
Creates the HtmlBody property of the MailMessage according to the specified MapiMessage instance.
|
protected void |
AppointmentMailMessageInterpretor.loadMessageBodyHtml(MailMessage mailMessage,
MapiMessage mapiMessage)
Creates the HtmlBody property of the MailMessage according to the specified MapiMessage instance.
|
protected void |
ActivityMailMessageInterpretor.loadMessageBodyHtml(MailMessage mailMessage,
MapiMessage mapiMessage)
Creates the HtmlBody property of the MailMessage according to the specified MapiMessage instance.
|
protected void |
MailMessageInterpretor.loadMessageBodyText(MailMessage mailmessage,
MapiMessage mapiMessage)
Creates the TextBody property of the MailMessage according to the specified MapiMessage instance.
|
protected void |
NDRReportMailMessageInterpretor.loadMessageHeader(MailMessage mailmessage,
MapiMessage mapiMessage)
Imports the headers of MIME protocol to a MailMessage from the MapiMessage instance.
|
protected void |
MailMessageInterpretor.loadMessageHeader(MailMessage mailmessage,
MapiMessage mapiMessage)
Imports the headers of MIME protocol to a MailMessage from the MapiMessage instance.
|
protected void |
ActivityMailMessageInterpretor.loadMessageHeader(MailMessage mailmessage,
MapiMessage mapiMessage)
Imports the headers of MIME protocol to a MailMessage from the MapiMessage instance.
|
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 iConnection,
MailMessage... messages)
Send the specified message.
|
void |
SmtpClient.send(IConnection iConnection,
MailMessage message)
Send the specified message.
|
void |
SmtpClient.send(MailMessage... messages)
Send the specified message.
|
void |
SmtpClient.send(MailMessage message)
Send the specified message.
|
void |
IMailTransferAgent.send(MailMessage message)
Send an Email message.
|
void |
IExchangeClientBase.send(MailMessage message)
Sends the specified message.
|
abstract void |
ExchangeClientBase.send(MailMessage message)
Sends the specified message.
|
void |
ExchangeClient.send(MailMessage message)
Sends the mail message.
|
void |
IEWSClient.send(MailMessage message,
FollowUpOptions messageOptions)
Sends the message.
|
void |
SmtpClient.sendAsync(MailMessage message,
Object userToken)
Deprecated.
|
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.
|
abstract void |
MboxStorageWriter.writeMessage(MailMessage message)
Writes the message to underlying storage stream.
|
void |
MboxrdStorageWriter.writeMessage(MailMessage message)
Writes the message to underlying storage stream.
|
Constructor and Description |
---|
MailMessageEventArgs(MailMessage message)
Initializes a new instance of the
MailMessageEventArgs class. |
SmtpClientBulkSendEventArgs(MailMessage message)
Deprecated.
Initializes a new instance of the
SmtpClientBulkSendEventArgs class. |
TemplateEngine(MailMessage templateMessage)
Initializes a new instance of the
TemplateEngine class. |
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.