Reply To Outlook Message - ReplyFrom Error

I am attempting to reply to an outlook message from a shared inbox by using the reply from value and am receiving this error:
image

I have confirmed that I am able to send on behalf of the inbox I am using, so its not an access issue. Does anyone understand why this error would generate even if I have access?

Hi @tmccaffrey

The shared inbox was configure in the outlook ?

Hello @tmccaffrey

  1. Get Outlook Mail Messages:

    • Use this activity to retrieve the email you want to reply to.
  2. For Each:

    • Iterate through the list of retrieved emails.
  3. Reply To Outlook Mail Message:

    • Inside the loop, use this activity to reply to each email.
    • Set the “MailMessage” property to the current email.
    • Set the “IsHtml” property based on your email content.
    • Provide the reply message in the “Body” property.
  4. Optional: Logging or Further Actions:

    • Optionally, you can add logging or other actions after replying to each email.
  5. End For Each:

    • Close the loop.

Thanks & Cheers!!!

@tmccaffrey

Welcome to the community

As per error accounname is not as expected…the shared mail box might not be configured

Cheers