Makky
Makky

Reputation: 17461

sending bitmap image via email in blackberry

How could I send the bitmap from a BitmapField to an email address on BlackBerry?

Upvotes: 0

Views: 421

Answers (1)

endevour
endevour

Reputation: 708

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?

Upvotes: 1

Related Questions