A newer version of this page is available.
Switch to the current version.
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; }
Public ReadOnly Property EmailOptions As EmailOptions
Property Value
Type | Description |
---|---|
EmailOptions | A EmailOptions object that provides the e-mail settings. |
See Also
Feedback