Empty body in a signed msg

Hi
I am using Aspose.Email version 18.7.0.0.
If I open man ually the MSG I can see the body, Could you tell me why the body is empty using Aspose.Email?

using (MailMessage message = Aspose.Email.MailMessage.Load(srcFilePath
{
MailMessage tmpMailMessage = null;
if (message.IsSigned)
{
var unsignedMailMessage = message.RemoveSignature();
tmpMailMessage = unsignedMailMessage;
}
else
{
tmpMailMessage = message;
};
}

string myBody = tmpMailMessage.body;MSGSamples.zip (29.5 KB)

@easantos

We were able to reproduce this issue and it has been logged with ID “EMAILNET-39224” for further investigation. You will automatically be informed here once we have more information to share.

Any news regarding this matter?

@easantos

Thank you for writing back to us.

We are working on this and this is not resolved yet. We will update you here as soon as we have more information in this regard.

It’s been almost 3 weeks since I posted this issue and I have not had any answers.

@easantos

We are working on this issue and it is not resolved yet. We are hoping that this issue shall probably be resolved in our next version of API.

The issues you have found earlier (filed as EMAILNET-39224) have been fixed in this update.