Join Now
Quality Rating:
  • Currently 0.0 / 5
(0.0 / 5 - 0 votes cast)
Expertise Level:
  • Currently 0.0 / 5
(0.0 / 5 - 0 votes cast)

This page was last modified 10:19, 24 August 2007.

TSS000337 - Required capabilities for messaging applications

From Forum Nokia Wiki


Subject:

Required capabilities for messaging applications TSS000337

 

Platform(s): Device(s), SW version(s):
S60 3rd Edition  

Category:

Symbian C++

Subcategory:

Messaging

Description:

I am writing a messaging application. What capabilities does my application need on S60 3rd Edition?
If you are using the new SendAs API (RSendAs), you will not need any capabilities as the user can grant the right to use messaging features with a "single shot" grant. If you do not wish to show a prompt to the user, you will need the following capabilities: NetworkServices for SMS, MMS, SMTP, and LocalServices for Bluetooth and Infrared.
In other cases:
- A messaging application is usually using an operator network so you will always need "NetworkServices".
- When your application is reading incoming (or locally stored) messages, you will need "ReadUserData".
- When your application is sending messages, you will need "WriteUserData".
- If your applcation is reading or manipulating message service settings, you will need "ReadDeviceData / WriteDeviceData" accordingly.

Creation date:

May 4, 2006

Last modified:

March 30, 2007
Related Discussions
Thread Thread Starter Forum Replies Last Post
s60 3rd Ed CTelephony::GetCurrentNetworkInfo() jamespoh General Symbian C++ 25 2007-06-05 07:19
Detect device orientation capabilities adigadish General Symbian C++ 3 2008-02-01 11:44
Exception on Getting IMSI no. abhijeetguptag General Symbian C++ 8 2007-01-10 07:21
How to import a custom module? 9600baud Python 8 2008-06-25 15:37
Bluetooth server registration - which capability is required Zdenko61 Symbian Networking & Messaging 1 2006-09-26 07:18
 
Powered by MediaWiki