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