Skip to main content
A newer version of this page is available. .

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.v21.2.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