VisualExportTool.SendFileByEmail(ExportOptionsBase, PrintingSystemBase, Control) Method
Exports a document to the specified format using the specified options, saves the exported file and calls MAPI to send mail.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.XtraPrinting.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing
Declaration
public static void SendFileByEmail(
ExportOptionsBase options,
PrintingSystemBase ps,
Control ownerControl = null
)
Parameters
Name | Type | Description |
---|---|---|
options | ExportOptionsBase | Determines the export format and export settings. |
ps | PrintingSystemBase | A PrintingSystemBase class descendant that creates the printable representation of the object. |
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
ownerControl | Control | null | The window owner. |
Remarks
The PrintingSystemBase descendant creates a document from the associated object before export.
See Also