Can any one Pleas help me , how to create an email sending application with blackkbery. Is there any way for attaching a document or sound file with the mail.?
There are API's for doing that, Please go through the API Documentation.
Here's one API for a quick start : net.rim.blackberry.api.invoke.Invoke.
I guess you will find all stuff you need in the API Doc. Link RIM Device Java Library
Not only sending an email. I need to attach some pdf,doc,or sound files with that mail. I don't want to invoke the default email property of RIM. Just need to make own interface.
Thanks