How to open and save outlook mail messages from specific senders?

Hi I need help with trying to open and save outlook mail messages from specific senders. I only need to open and save from one sender in my outlook instead of saving all them because I need to also save some attachments from a different sender.

So I need to save mail messages only from one sender (say it is abc@gmail.com) and save attachments only from a different sender (say it is abc1@gmail.com), how do I do this? thanks.

using .eml extension you can save whole email in local directory

I want to save the email with the subject line. However, it is not working for me. It keeps saving that it can’t find that file path

Hello @olsonse you can use save mail message and save Attachments activity for saving mail data and attached documents.

For one sender, you need to apply condition and mention the senders’ email address.
For example:
mail.Sender.Address.Contains(“abc@gmail.com”)
if this condition true then save the data of this mail and save attachements.

Regards, Thanks

1 Like

[image

hope this helps!

2 Likes

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