How can we forward an existing email in outlook to someone?

Hi Team

Is there a way we can forward a specific email in outlook and it should look like when we send manually ?

The below email trails should be there.

Hi @kkpatel

You can try below in order to achieve your requirement.

or you can refer the below video,

Hope this will be helpful. Thank you.

Hi,

If you want to automate the forward email functionality like manually we are forwarding the emails with mail chain. please refer the below screenshot.

  1. Use desktop outlook App

  2. Use get outlook mail messages to extract all the emails from your email folder(eg: inbox). you can use some filter here to get only desired emails from total emails.

  3. Use For each mail activity to loop each and every email.

  4. use forward email activity to forward the email with current email object. thanks