Get mailMessage.Sender

I am trying to read the email message and get the sender, but when i try to display it it says the object is empty or not innitialized. It works with other properties like .Body or .Subject. I’m currently using Get Outlook message, tried with IMAP but still the problem persists.

Hi @Timber,

Why don’t you get this information from the From property?

1 Like