Skip to content

Commit 3202120

Browse files
authored
Formatting
1 parent af7af6f commit 3202120

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

content/en/docs/appstore/use-content/platform-supported-content/modules/email-connector.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -362,15 +362,15 @@ To add attachments to the email message, do the following:
362362

363363
2. Set the **Attachment_EmailMessage** association.
364364

365-
#### In-line Attachment
365+
#### Inline Attachment
366366

367-
To add in-line attachments to the email message, you can either use the Rich text editor to insert an image (or images) in the email body. You can also insert in-line attachments non-interactively using a microflow. To do this, follow these steps:
367+
To add inline attachments to the email message, you can either use the Rich text editor to insert an image (or images) in the email body. You can also insert inline attachments non-interactively using a microflow. To do this, follow these steps:
368368

369369
1. Create an EmailMessage with the *Content* property set as seen below:
370370

371-
```
372-
'before inline image<br><img src="cid:mxcid:test.png" width="530" height="110"><br>after inline image'
373-
```
371+
```
372+
'before inline image<br><img src="cid:mxcid:test.png" width="530" height="110"><br>after inline image'
373+
```
374374
375375
2. Specify the image's tag source using the **cid:mxcid** prefix before the source file to have the image added as inline image.
376376
3. Create the attachment with the Position attribute set to **ENUM_AttachmentPosition.Inline**.

0 commit comments

Comments
 (0)