Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Trusted Contributor
milanvishal
Posts: 171
Registered: ‎12-17-2010

Regarding Blackberry email and Chat log details

Hello All,

 

I need your help in providing me the information about the Features. I am currently working on a proprietor Mobile Device Management services (Not Blackberry MDM "Fusion") and One of our client is looking forward for below 3 things:

 

Application Hosted on the Client's own Servers:

1. Log of emails received and sent by the device

2. SMS and chat details

3. Location of the device with GPS

 

I would really appreciate, if you people can suggest and guide me about these feature in detail and are these features can be implemented in BB programming.

 

Thanks,

Milan Modi

 

Please use plain text.
Developer
simon_hain
Posts: 13,754
Registered: ‎07-29-2008
My Carrier: O2 Germany

Re: Regarding Blackberry email and Chat log details

1) yes, check the developer guide. you can add a folderlistener and check sent and received mails. or use the search.
2) no, sms cannot be accessed on the device. depending on the bes settings they can be accessed on the bes.
3) yes, check the developer guide or use the search.
----------------------------------------------------------
feel free to press the like button on the right side to thank the user that helped you.
please mark posts as solved if you found a solution.
@SimonHain on twitter
Please use plain text.
Trusted Contributor
milanvishal
Posts: 171
Registered: ‎12-17-2010

Re: Regarding Blackberry email and Chat log details

Thanks for reply,
But actually I want to get all details using programming..
so if you have any idea about it suggest your idea.

Thanks,
Please use plain text.
Developer
simon_hain
Posts: 13,754
Registered: ‎07-29-2008
My Carrier: O2 Germany

Re: Regarding Blackberry email and Chat log details

as i said, sms stored on the device are not accessible, there is no API for that.
you can listen for incoming and sent sms though.
----------------------------------------------------------
feel free to press the like button on the right side to thank the user that helped you.
please mark posts as solved if you found a solution.
@SimonHain on twitter
Please use plain text.