I want to know the workflow of forwarding the email with attachments.
could anyone suggest me .
Hi @Nav_Jyoti_Special,
You could use as an example topic which has exact same question.
Additionally Send Outlook Mail Message
activity can use AttachmentsCollection
list of IEnumerable type which allows you to put multiple attachments or you can just list them as couple arguments. Here’s my example: