Back to Devexpress

XtraReport.ExportToMailAsync Method

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xtrareport-dot-exporttomailasync.md

latest1.1 KB
Original Source

XtraReport.ExportToMailAsync Method

NameParametersDescription
ExportToMailAsync(MailMessageExportOptions, String, String, String, CancellationToken)options, from, to, subject, tokenAsynchronously exports a report to HTML and inserts it into a specified e-mail message.
ExportToMailAsync(MailMessageExportOptions, CancellationToken)options, tokenAsynchronously exports a report to HTML and inserts it into a specified e-mail message.
ExportToMailAsync(String, String, String, CancellationToken)from, to, subject, tokenAsynchronously exports a report to HTML and inserts it into a specified e-mail message.