Modifier and Type | Method and Description |
---|---|
MailMessageCollection |
IEWSClient.fetchMessages(ExchangeMessageInfoCollection messageInfos)
Fetches the speciifed messages
|
MailMessageCollection |
IEWSClient.fetchMessages(Iterable<String> uris)
Fetches the speciifed messages
|
MailMessageCollection |
IEWSClient.fetchMessages(Iterable<String> uris,
Iterable<PropertyDescriptor> extendedProperties)
Fetches the speciifed messages
|
MailMessageCollection |
IEWSClient.fetchMessages(com.aspose.ms.System.Collections.Specialized.StringCollection messageUris)
Fetches the speciifed messages
|
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 |
SmtpClient.send(IConnection connection,
MailMessageCollection messages)
Send the specified message collection.
|
void |
SmtpClient.send(MailMessageCollection messages)
Send the specified message collection.
|