Skip to main content
A newer version of this page is available. .
All docs
V21.2

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

Namespace: DevExpress.Xpf.Printing

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