PrintingSystemBase.ExportToMail(MailMessageExportOptions, String, String, String) Method
Exports a document to HTML and then inserts it into a specified e-mail.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
public MailMessage ExportToMail(
MailMessageExportOptions options,
string from,
string to,
string subject
)
Parameters
| Name | Type | Description |
|---|---|---|
| options | MailMessageExportOptions | A MailMessageExportOptions object. |
| from | String | A String value, specifying the sender. |
| to | String | A String value, specifying a comma-separated list of recipients. |
| subject | String | A String value, specifying the e-mail subject. |
Returns
| Type | Description |
|---|---|
| MailMessage | A MailMessage object. |
Remarks
Once the document export has started, it will run until the resulting document is complete and cannot be interrupted or canceled in the process.
See Also