Skip to content

Commit 5e0ff2d

Browse files
authored
Small edit
1 parent 3202120 commit 5e0ff2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ To add attachments to the email message, do the following:
364364

365365
#### Inline Attachment
366366

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:
367+
To add inline attachments to an email message, you can use the Rich text editor to insert an image (or images) into the email body. You can also insert inline attachments by using a microflow. To use a microflow, follow these steps:
368368

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

@@ -374,7 +374,7 @@ To add inline attachments to the email message, you can either use the Rich text
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**.
377-
4. Associate the attachment with EmailMessage. You should then be able to send this email using the **SUB_SendEmail** microflow.
377+
4. Associate the attachment with EmailMessage. You should then be able to send the email using the **SUB_SendEmail** microflow.
378378
379379
### Page Styling
380380

0 commit comments

Comments
 (0)