A newer version of this page is available.
Switch to the current version.
EmailOptions.RecipientAddressPrefix Property
Gets or sets the prefix appended to the EmailOptions.RecipientAddress property value.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[DefaultValue("SMTP:")]
[XtraSerializableProperty]
public string RecipientAddressPrefix { get; set; }
<DefaultValue("SMTP:")>
<XtraSerializableProperty>
Public Property RecipientAddressPrefix As String
Property Value
Type | Default | Description |
---|---|---|
String | "SMTP:" |
A String value. |
Property Paths
You can access this nested property as listed below:
Show 11 property paths
Library | Object Type | Path to RecipientAddressPrefix |
---|---|---|
Cross-Platform Class Library | RemotePrintingSystem |
|
ExportOptions |
|
|
PrintingSystemBase |
|
|
WinForms Controls | PrintingSystem |
|
XtraSchedulerReport |
|
|
WPF Controls | ExportOptionsContainer |
|
SendOptionsViewModel |
|
|
PrintingSystem |
|
|
PrintingSystem |
|
|
Reporting | XtraReport |
|
DocumentOperationRequest |
|
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
Feedback