Skip to main content
A newer version of this page is available. .

MailMessageExportOptions.EmbedImagesInHTML Property

Always returns false.

Namespace: DevExpress.XtraPrinting

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.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:

Library Object Type Path to EmbedImagesInHTML
Cross-Platform Class Library ExportOptions
.MailMessage .EmbedImagesInHTML
WPF Controls ExportOptionsContainer
.MailMessage .EmbedImagesInHTML

Remarks

Overrides the property of the base class.

See Also