Skip to main content

MailMessageExportOptions.UseHRefHyperlinks Property

Overrides the corresponding property of the HtmlExportOptionsBase class to hide it.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v25.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

Property Value

Type Description
Boolean

Always true.

Property Paths

You can access this nested property as listed below:

Object Type Path to UseHRefHyperlinks
ExportOptions
.MailMessage .UseHRefHyperlinks

Remarks

This property is intended to hide the corresponding property of the HtmlExportOptionsBase class.

See Also