Save mails problem

Heyy,
i am saving all the unread mails from outlook through the save mails activity
but it showing some like object reference not set to instance of object

Hi!

Share us the screenshot from which activity you’re getting the error?

And also mention what you have done so far?

Run in debug mode

Regards,
NaNi

Hi @kailas_jadhav

Check with the count of mail messages and then use save mail message activity if the count is there!

if mailmessages.count>0

Then Proceed with the save mail message activity

Regards