Hi everyone.
I am having an issue in my project.
Everything was working just fine when i got mails from outlook, but i am trying to change from “get/send/move outlook mail message” to “get/send/move exchange mail message”.
When i did it, my project begun to show me: “Assign: Object reference not set to an instance of an object.” when i tried to assign bodyHTML=mail.Headers(“HTMLBODY”).ToString.
Curiously, it still fetches the date thru mail.Headers(“Date”).
I only changed get exchange message in my project and send exchange/move exchange are far below in the sequence.
Do you guys have any idea of what might be happening?