ExportOptions.MailMessage Property
Provides access to an object that contains options which define how a document is exported to a mail message.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public MailMessageExportOptions MailMessage { get; }
Property Value
Type | Description |
---|---|
MailMessageExportOptions | A MailMessageExportOptions value. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to MailMessage |
---|---|---|
Cross-Platform Class Library | PrintingSystemBase |
|
.NET Reporting Tools | XtraReport |
|
DocumentOperationRequest |
|
See Also