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

EmailOptions.RecipientAddressPrefix Property

Gets or sets the prefix appended to the EmailOptions.RecipientAddress property value.

Namespace: DevExpress.XtraPrinting

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

[DefaultValue("SMTP:")]
public string RecipientAddressPrefix { get; set; }

Property Value

Type Default Description
String "SMTP:"

A String value.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to RecipientAddressPrefix
Cross-Platform Class Library ExportOptions
.Email .RecipientAddressPrefix
WPF Controls ExportOptionsContainer
.Email .RecipientAddressPrefix
SendOptionsViewModel
.EmailOptions .RecipientAddressPrefix

Remarks

This property specifies a prefix to be appended to the recipient’s address when sending an exported document file by email using the corresponding command of the Preview form.

This feature is implemented to allow the interaction with automated messaging systems.

See Also