Get Outlook Message information not working

I’m using Get Outlook Mail Messages to read unopened emails from an outlook account. I can read the subject of the email, but not the sender, body or the attachment count. Trying to get the sender throws an ‘Object reference not set to instance of an object’ error, the body outputs as empty, and the attachment count is always 0.
I am currently using Exchange 2016, so I cant use Get Exchange Mail as that stops that Exchange 2013

Any ideas why these errors are appearing, and how I can possibly fix them?
Main.xaml (9.0 KB)

1 Like

Hi,
Check now.

Here we go.
Main (1).xaml (9.8 KB)

I tried your process, and I’m still getting the same issues. Attachment count is 0, body is blank and the subject throws: “Write line : Object reference not set to an instance of an object.”,

@Gabriel_Tatu