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.v18.2.Core.dll

Declaration

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

Property Value

Type Default Description
String "SMTP:"

A String value.

See Also