Skip to main content

MailMessageExportOptions.EmbedImagesInHTML Property

Always returns false.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[Browsable(false)]
public override bool EmbedImagesInHTML { get; set; }

Property Value

Type Description
Boolean

Returns false.

Property Paths

You can access this nested property as listed below:

Object Type Path to EmbedImagesInHTML
ExportOptions
.MailMessage .EmbedImagesInHTML

Remarks

Overrides the property of the base class.

See Also