Error while saving outlook attachment

Hi,

I am trying to save Outlook attachment, however getting error while saving “Save Email Attachments: The provided MailMessage does not reference a known email service.”

Made sure the MailMessage is of type System.Net.Mail.MailMessage.
Below is the Sequence

Hi @Swati_Pekam,

Kindly follow the steps mentioned in below thread, should help you:

Regards
Sonali

@Swati_Pekam,

Try as mentioned in this post.

@Swati_Pekam

Welcome to the community

Now the mistake you are doing is using use desktop app scope and then use get outlook mail messages activity

You dont need both…you need only one of them

If you are using scope remove the get outlook mail message and directly use for each email activity…and then save email attachments would work

Else remove the scope and then use save outlook mail message activity

Because of wrong combination of activities you are seeing an issue

Thanks this helped fix the issue

@Swati_Pekam,

Glad to hear that. Kindly close the thread by marking my answer as solution so it will be helpful to other members as well.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.