Forward a mail object not as an attachment

I have to forward a mail and it should be in the body of mail, not as attachment.

For this purpose, earlier I have used send exchange activity. Due to some authentication changes now I can’t use this exchange activity.

So kindly help me to find any other activity.

Hello @rnahasnahasuddin

Have you checked the below similar post.

Thanks

To forward a mail object as the body of an email in UiPath, you can use the Send Outlook Mail Message activity and set the Body property to the mail object you want to forward.

Here are the steps to do this:

  1. Use the Get Outlook Mail Message activity to retrieve the mail object you want to forward. Specify the mail item’s folder and ID in the Get Outlook Mail Message activity’s properties.
  2. Use the Send Outlook Mail Message activity to send the mail object as the body of an email. Set the To property to the email address of the recipient and the Subject property to the desired subject of the email.
  3. Set the Body property of the Send Outlook Mail Message activity to the mail object you retrieved using the Get Outlook Mail Message activity.
  4. Execute the Send Outlook Mail Message activity to send the email.