MailParam
Process a mail parameter within the body of a Mail component
Component Signature
<bx:MailParam name=[string]
value=[string]
contentID=[string]
disposition=[string]
file=[string]
fileName=[string]
type=[string] />
Attributes
Atrribute
Type
Required
Description
Default
name
string
false
The header name
value
string
false
The header value
contentID
string
false
The content ID
disposition
string
false
The disposition type
file
string
false
The file path
fileName
string
false
The name of the file to be sent as an attachment
type
string
false
The media type
Examples
Last updated
Was this helpful?