I'm trying to decode the message.Raw field like this:
byte[] mailContent = Convert.FromBase64String(message.Raw);
but I'm getting a System.FormatException
.
What am I missing here? Is necessary to do some aditional step? Thanks.
**Edit:** The message.Raw content is too big to post it here so I've uploaded an example.