EmailOptions.RecipientAddressPrefix Property
Gets or sets the prefix appended to the EmailOptions.RecipientAddress property value.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
String | 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 |
|
WPF Controls | SendOptionsViewModel |
|
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