IExportSendService.SendFileByEmail(PrintingSystemBase, EmailSender, Window, ExportOptionsBase, IDialogService) Method
In This Article
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.2.dll
NuGet Package: DevExpress.Wpf.Printing
#Declaration
void SendFileByEmail(
PrintingSystemBase ps,
EmailSender emailSender,
Window ownerWindow,
ExportOptionsBase options,
IDialogService dialogService
)
#Parameters
Name | Type |
---|---|
ps | Printing |
email |
DevExpress. |
owner |
Window |
options | Export |
dialog |
IDialog |
See Also