Skip to main content

EmailOptions.RecipientAddressPrefix Property

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.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 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