How can i attach multiple images with email in Blackberry?

后端 未结 2 1638
孤街浪徒
孤街浪徒 2020-12-22 09:31

I want to attach multiple images with email in BB. How can I do this? Does any body have an idea? please help me.Below is my code which works fine when i send only one image

2条回答
  •  时光说笑
    2020-12-22 09:53

    Just create a new SupportedAttachmentPart for each image and add them to the message with the addBodyPart method.

    Once the multipart is populated with the body part and the attachment parts, call msg.setContent(mp).

提交回复
热议问题