IExportSendService.SendFileByEmail(PrintingSystemBase, EmailSender, Window, ExportOptionsBase, IDialogService) Method
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v25.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
void SendFileByEmail(
PrintingSystemBase ps,
EmailSender emailSender,
Window ownerWindow,
ExportOptionsBase options,
IDialogService dialogService
)
Parameters
| Name | Type |
|---|---|
| ps | PrintingSystemBase |
| emailSender | DevExpress.XtraPrinting.Export.EmailSender |
| ownerWindow | Window |
| options | ExportOptionsBase |
| dialogService | IDialogService |
See Also