I’m trying to get the new Desktop version of outlook working and I have tried a couple of solutions by changing some paths in the mail properties. I’ve tried this in the old version of outlook and the script works fine but for some reason in the new version its failing, any ideas a to why? Here is my folder structure within the get outlook mail activity. I also tried moving the route to just my regular inbox and I got the same “Mail loop: Object reference not set to an instance of an object.” error.
Hey @ABHIMANYU_THITE1 thanks for your reply, I tried this and it did not work unfortunately, am I doing something wrong?
Argument ‘Mails’: CS1069: The type name ‘MailMessage’ could not be found in the namespace ‘System.Net.Mail’. This type has been forwarded to assembly ‘System.Net.Mail, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51’ Consider adding a reference to that assembly.
Argument ‘Mails’: CS0012: The type ‘MailMessage’ is defined in an assembly that is not referenced. You must add a reference to assembly ‘System.Net.Mail, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51’.
Argument ‘Mails’: CS0012: The type ‘MailMessage’ is defined in an assembly that is not referenced. You must add a reference to assembly ‘System.Net.Mail, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51’.

