Discussion Board

Results 1 to 7 of 7
  1. #1
    Registered User say2paul's Avatar
    Join Date
    Jul 2005
    Posts
    190
    When my application sends an SMS, I receive the SMS delivery reports only if they are enable in the SMS settings (manually).

    How to enable SMS delivery report while sending an SMS programatically?

  2. #2
    Nokia Developer Moderator A.A.M.'s Avatar
    Join Date
    Jan 2008
    Location
    Moscow, Russia
    Posts
    3,311
    Try to do this when you prepare SMS for sending:
    Code:
    // Set the SMS message settings for the message.
    CSmsSettings* settings = CSmsSettings::NewL();
    ...
    settings->SetDeliveryReport(ETrue);

  3. #3
    Nokia Developer Moderator skumar_rao's Avatar
    Join Date
    Mar 2004
    Location
    Singapore
    Posts
    9,968
    Quote Originally Posted by A.A.M. View Post
    Try to do this when you prepare SMS for sending:
    Code:
    // Set the SMS message settings for the message.
    CSmsSettings* settings = CSmsSettings::NewL();
    ...
    settings->SetDeliveryReport(ETrue);
    AFAIK this only sets message Settings that you are sending but it will be over written by System Messaging delivery report Setting.

  4. #4
    Registered User say2paul's Avatar
    Join Date
    Jul 2005
    Posts
    190
    Quote Originally Posted by skumar_rao View Post
    AFAIK this only sets message Settings that you are sending but it will be over written by System Messaging delivery report Setting.
    there must be a way out.. this seems to be a very basic thing but I am working very hard to achieve it!

  5. #5
    Nokia Developer Moderator skumar_rao's Avatar
    Join Date
    Mar 2004
    Location
    Singapore
    Posts
    9,968
    Quote Originally Posted by say2paul View Post
    there must be a way out.. this seems to be a very basic thing but I am working very hard to achieve it!
    yes that is true some simple functions are not available.

  6. #6
    Registered User say2paul's Avatar
    Join Date
    Jul 2005
    Posts
    190
    Quote Originally Posted by skumar_rao View Post
    yes that is true some simple functions are not available.
    There must be a work around.. after all you are Forum expert

  7. #7
    Nokia Developer Moderator skumar_rao's Avatar
    Join Date
    Mar 2004
    Location
    Singapore
    Posts
    9,968
    Quote Originally Posted by say2paul View Post
    There must be a work around.. after all you are Forum expert
    i am not an expert .. just another developer like you. There are Forum Nokia Experts around in the DiBo. they might show us some light.

Similar Threads

  1. How to Get Confirmation Delivery Report Sending SMS
    By haikhuang in forum General Messaging
    Replies: 4
    Last Post: 2008-07-26, 04:51
  2. SMS через RSendAsMessage без delivery report, возможно?
    By b_monkey in forum Russian Developer Forum - Форум Российских разработчиков
    Replies: 0
    Last Post: 2008-02-15, 10:54
  3. help please!! to get the SMS delivery report
    By D_robles0 in forum General Messaging
    Replies: 0
    Last Post: 2006-09-20, 07:00
  4. Replies: 1
    Last Post: 2003-05-23, 16:30
  5. Replies: 0
    Last Post: 2003-05-21, 06:04

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved