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.v18.2.dll

Declaration

public EmailOptions EmailOptions { get; }

Property Value

Type Description
EmailOptions

A EmailOptions object that provides the e-mail settings.

See Also