Skip to main content

Recipient.Prefix Property

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

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

Property Value

Type Default Description
String "SMTP:"

A String value.

See Also