RecipientAddress
|
string
|
|
Y
|
|
Email address of recipient. Can be multiple (semi-comma delimited).
|
HtmlBody
|
string
|
|
|
|
Html content to be sent. Required if PlainTextBody not defined.
|
PlainTextBody
|
string
|
|
|
|
Text content to be sent. Required if HtmlBody not defined.
|
FromAddress
|
string
|
|
|
|
From email address. If not defined, the default for the email profile will be used.
|
Subject
|
string
|
|
|
|
Email subject. If not defined, the default for the email profile will be used.
|
DuplicateBodyAsAttachment
|
boolean
|
|
|
|
Flag to indicate if the body of the email should be included as a pdf attachment.
|
DuplicateBodyAttachmentName
|
string
|
|
|
|
Name of the pdf attachment, if DuplicateBodyAsAttachment is true. Defaults to the name 'attachment.pdf'.
|
EmailProfileId
|
integer
|
|
Y
|
|
Email profile to be used to send SMTP email.
|
FK: TR_EMAIL_PROFILE.id   Resource: EmailProfiles |
Attachments
|
Collection of EmailAttachment
|
|
|
|
A collection of objects/files that will be attached to the email.
|
EmbeddedImages
|
Collection of EmailEmbeddedImage
|
|
|
|
A collection of images that can be referenced to embed images into the HtmlBody using the 'img:cid' tag where 'cid' matches the Name property of the EmbeddedImage to be displayed.
|