Discussion Board

Results 1 to 5 of 5
  1. #1
    Registered User hero5719's Avatar
    Join Date
    Nov 2007
    Posts
    4
    hello every1:
    now i want to turn off the sound notification for incoming message and move the message to a designated folder!
    below is my code in HandleSessionEventL() :
    case EMsvEntriesChanged:
    {
    ..........
    ..........
    TMsvEntry entry(iMsvEntry->Entry());
    if(entry.Unread())
    {
    entry.SetInPreparation(EFalse);
    //entry.SetNew(EFalse);
    entry.SetUnread(EFalse);
    //entry.SetVisible(EFalse);
    iMsvEntry->ChangeL(entry);
    }
    //iMsvEntry->MoveL(iNewMessageId,iFolderId);

    iMsvEntry->MoveL(iNewMessageId , KMsvDraftEntryIdValue);

    }
    break;

    i can move the message to a designated folder,but i can not mute the sound notification ! it bother me much!
    if anyone can help me ? thank u!

  2. #2
    Registered User hero5719's Avatar
    Join Date
    Nov 2007
    Posts
    4
    waiting .............

  3. #3
    Nokia Developer Champion kiran10182's Avatar
    Join Date
    Mar 2006
    Location
    Helsinki, Finland
    Posts
    8,236
    Quote Originally Posted by hero5719 View Post
    waiting .............
    Check the following thread and read the answers by dennis_george and wizard_hu_ . Post #7 and #8.
    http://discussion.forum.nokia.com/fo...ad.php?t=99229

    Kiran.

  4. #4
    Registered User hardstone163's Avatar
    Join Date
    Dec 2007
    Posts
    4
    Quote Originally Posted by kiran10182 View Post
    Check the following thread and read the answers by dennis_george and wizard_hu_ . Post #7 and #8.
    http://discussion.forum.nokia.com/fo...ad.php?t=99229

    Kiran.
    thanks for your reply !
    i will check it to see whether i can worked it out !

  5. #5
    Registered User hardstone163's Avatar
    Join Date
    Dec 2007
    Posts
    4
    Quote Originally Posted by kiran10182 View Post
    Check the following thread and read the answers by dennis_george and wizard_hu_ . Post #7 and #8.
    http://discussion.forum.nokia.com/fo...ad.php?t=99229

    Kiran.
    as dennis_george and wizard_hu_ . Post #7 and #8 said
    we are not certain whether the sound comes first or the created message comes first to our client?
    but if we want to mute the sound at the message sever!
    it is too hard to work it out !
    do you have other ideas about this ,i was in confused for a week!
    thank u !

Similar Threads

  1. Audio stream + message notification on 3rd ed. phones
    By ptrmn in forum Symbian Media (Closed)
    Replies: 4
    Last Post: 2007-06-15, 14:17
  2. problem to send Service Loading push message over 8310
    By alinesimon in forum Mobile Web Site Development
    Replies: 3
    Last Post: 2002-10-23, 07:08
  3. problem to send a service loading message push for 8310
    By alinesimon in forum General Messaging
    Replies: 1
    Last Post: 2002-05-06, 12:39
  4. Problem to send a service loading push message for 8310
    By alinesimon in forum General Messaging
    Replies: 1
    Last Post: 2002-05-06, 11:19
  5. Problem to send a service loadinfd push message for 8310
    By alinesimon in forum Smart Messaging
    Replies: 1
    Last Post: 2002-05-03, 10:49

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