Skip to main content

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

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v14.2.dll

Declaration

void SendFileByEmail(
    PrintingSystemBase ps,
    EmailSenderBase emailSender,
    Window ownerWindow,
    ExportOptionsBase options,
    IDialogService dialogService
)
Sub SendFileByEmail(
    ps As PrintingSystemBase,
    emailSender As EmailSenderBase,
    ownerWindow As Window,
    options As ExportOptionsBase,
    dialogService As IDialogService
)

Parameters

Name Type
ps PrintingSystemBase
emailSender EmailSenderBase
ownerWindow Window
options ExportOptionsBase
dialogService IDialogService
See Also