• No, sorry, you have to do it in some other way.

    MIME is basically BASE64 encoding, so maybe System.Convert.ToBase64String is your friend.

    -- Gianluca Sartori