私のコードサンプルは次のとおりです。
private String _body;
private String _forward;
// setup message body
BodyPart messageBodyPart = new MimeBodyPart();
messageBodyPart.setContent(_body + "\n" + "--------------------------------" + "\n" + _forward , "text/html");
_multipart.addBodyPart(messageBodyPart);
このメッセージを自分のメールアドレスに送信すると、次のように表示されます。
_body ="YeniYazi"および_forward="deneme mail 2"