{
"RecipientAddress": "sample string 1",
"HtmlBody": "sample string 2",
"PlainTextBody": "sample string 3",
"FromAddress": "sample string 4",
"Subject": "sample string 5",
"DuplicateBodyAsAttachment": true,
"DuplicateBodyAttachmentName": "sample string 7",
"EmailProfileId": 8,
"Attachments": [
{
"Name": "sample string 1",
"AttachmentBytes": "QEA="
},
{
"Name": "sample string 1",
"AttachmentBytes": "QEA="
}
],
"EmbeddedImages": [
{
"Name": "sample string 1",
"ImageBytes": "QEA=",
"MediaType": "sample string 2"
},
{
"Name": "sample string 1",
"ImageBytes": "QEA=",
"MediaType": "sample string 2"
}
]
}
<EmailSendRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Attachments>
<EmailAttachment>
<AttachmentBytes>QEA=</AttachmentBytes>
<Name>sample string 1</Name>
</EmailAttachment>
<EmailAttachment>
<AttachmentBytes>QEA=</AttachmentBytes>
<Name>sample string 1</Name>
</EmailAttachment>
</Attachments>
<DuplicateBodyAsAttachment>true</DuplicateBodyAsAttachment>
<DuplicateBodyAttachmentName>sample string 7</DuplicateBodyAttachmentName>
<EmailProfileId>8</EmailProfileId>
<EmbeddedImages>
<EmailEmbeddedImage>
<ImageBytes>QEA=</ImageBytes>
<MediaType>sample string 2</MediaType>
<Name>sample string 1</Name>
</EmailEmbeddedImage>
<EmailEmbeddedImage>
<ImageBytes>QEA=</ImageBytes>
<MediaType>sample string 2</MediaType>
<Name>sample string 1</Name>
</EmailEmbeddedImage>
</EmbeddedImages>
<FromAddress>sample string 4</FromAddress>
<HtmlBody>sample string 2</HtmlBody>
<PlainTextBody>sample string 3</PlainTextBody>
<RecipientAddress>sample string 1</RecipientAddress>
<Subject>sample string 5</Subject>
</EmailSendRequest>