本文介绍了通过电子邮件在发送黑莓位图图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我怎么会从BitmapField位图发送到电子邮件地址在BlackBerry?
How could I send the bitmap from a BitmapField to an email address on BlackBerry?
推荐答案
不RLY知道这是你试图完成什么。 发送图片作为附件。
如果您RLY需要一个 BitmapField
来获得图像,你可以扩展它来保存位图和实施getImage方法?
Not rly sure if this is what you try to accomplish. Sending an image as attachment.If you rly need a BitmapField
to get the image from, can you extend it to hold the bitmap and implement a getImage method?
这篇关于通过电子邮件在发送黑莓位图图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!