Unable to retrieve outlook email sender address properly but able to retrieve the subject and Body

Hi Guys,

I am facing an issue while retrieving the outlook email sender address, i have used get outlook mail message activity and iterated the mail list through for each.
i used item.From.Address.toString and item.sender.address.toString both are providing me object reference not set to an instance of an object. but i can able to read subject body.
this issue i am facing just one day before. kindly help me

Hello

Have you looked at this post?

Hello,

Yes i saw it doesn’t work for me. i tried disabling outlook cache but its not working for me

1 Like

@Abisha

use item.From

Hope this helps you

Thanks

1 Like

Not working same error still coming

Hi,

How did you resolve this problem. Can you please let me know as i am facing the same issue…Thanks

Regards,
Divya

Has anyone been able to resolve this? We’re getting “null” for the Sender however everything else works.

I’ve tried all the approaches in the various posts I found about this and no luck.

Interestingly, it only seems to happen to certain emails and we haven’t been able to find a pattern yet to work with.