Hello, I am using the activity get Outlook email messages, I am sending it to a foreach where I want to save these in a specific folder through the activity save attachments. But I have this error in the save attachmetns mail activity: Save email attachments: The provided MailMessage does not reference a known email service.
I have attached the error flow.
- Verify the MailMessage variable type: Ensure that the variable youâre using to store the MailMessage object in your workflow is of the type
System.Net.Mail.MailMessage
. - Confirm the MailMessage object is not null: Before using the âSave Attachmentsâ activity, make sure the MailMessage object youâre trying to save attachments from is not null or empty. Add a condition or validation step to check if the MailMessage object is valid.
Also check this video which has detail info about downloading attachments from outlook
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.