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

Recipient.Prefix Property

Specifies the email message prefix (e.g., “SMTP:“ or “Fax:“).

Namespace: DevExpress.XtraPrinting

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

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

Declaration

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

Property Value

Type Default Description
String "SMTP:"

A String value.

See Also