Skip to main content

SendOptionsViewModel.EmailOptions Property

Gets the settings that specify how a document is exported and sent via e-mail.

Namespace: DevExpress.Xpf.Printing.PreviewControl

Assembly: DevExpress.Xpf.Printing.v24.1.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public EmailOptions EmailOptions { get; }

Property Value

Type Description
EmailOptions

A EmailOptions object that provides the e-mail settings.

See Also