I have a form I move emails into that is supposed to take the text of incoming message body and place it into another field.
The default value of the Body2 field is:
@If(@IsText(body);@Text(body;“”);Field Body2 := “No Message”)
It works flawlessly except for messages from one person. When I go to open these it gives me a “No MIME data” error. and it will not open.
I am looking for suggestions on how to get around this. At first, I thought it was because there is no text in the body but I think the @isText should find that.
Any help would be greatly appreciated.
Jeff