Skip to main content
All docs
V23.2

IExportSendService.SendFileByEmail(PrintingSystemBase, EmailSender, Window, ExportOptionsBase, IDialogService) Method

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v23.2.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