Modifier and Type | Method and Description |
---|---|
MailMessageCollection |
IEWSClient.fetchMessages(ExchangeMessageInfoCollection messageInfos)
Fetches the speciifed messages
|
MailMessageCollection |
IEWSClient.fetchMessages(com.aspose.ms.System.Collections.Specialized.StringCollection messageUris)
Fetches the speciifed messages
|
MailMessageCollection |
SmtpClientBulkSendAgent.getFailedDeliveryMessages()
Deprecated.
Gets the failed delivery Email messages.
|
MailMessageCollection |
SmtpFailedBulkSendException.getFailedSentMessages()
Deprecated.
Gets the email message that fail to send.
|
MailMessageCollection |
SmtpClientBulkSendAgent.getMessagePool()
Deprecated.
Gets the message pool.
|
MailMessageCollection |
TemplateEngine.instantiate(DataRowCollection rows)
Instantiates the template with a DataRowCollection as datasource.
|
MailMessageCollection |
TemplateEngine.instantiate(DataRowCollection rows,
DataColumnMappingCollection mappings)
Instantiates the template with a DataRowCollection as datasource.
|
MailMessageCollection |
TemplateEngine.instantiate(DataTable table)
Instantiates the template with a DataTable as datasource.
|
MailMessageCollection |
TemplateEngine.instantiate(DataTable table,
DataColumnMappingCollection mappings)
Instantiates the template with a DataTable as datasource.
|
MailMessageCollection |
TemplateEngine.instantiate(IDataReader reader)
Instantiates the template with a IDataReader as datasource.
|
Modifier and Type | Method and Description |
---|---|
void |
SmtpClientBulkSendAgent.addMessages(MailMessageCollection messages)
Deprecated.
Add messages to Message Pool.
|
void |
SmtpClient.bulkSend(MailMessageCollection messages)
Deprecated.
|
void |
SmtpClient.send(IConnection iConnection,
MailMessageCollection messages)
Send the specified message collection.
|
void |
SmtpClient.send(MailMessageCollection messages)
Send the specified message collection.
|
Constructor and Description |
---|
SmtpFailedBulkSendException(String message,
MailMessageCollection failedMessages,
List innerExceptions)
Deprecated.
Initializes a new instance of the SmtpFailedBulkSendException class.
|
Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.