A newer version of this page is available.
Switch to the current version.
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; }
<DefaultValue("SMTP:")>
<XtraSerializableProperty>
Public Property Prefix As String
Property Value
Type | Default | Description |
---|---|---|
String | "SMTP:" |
A String value. |
See Also
Feedback