I have message defined as:
image.png (6.5 KB)
An exception is thrown with some, but not most emails when executes the following call to get the length of the Body:
image.png (5.0 KB)
message.Body for the impacted email is coming through as ‘Nothing’
The message that causes the failure does have a body. What I then noticed is there are 2 Body properties:
image.png (32.4 KB)
How can I reference the one that has the data?