Discussion Board

Results 1 to 3 of 3
  1. #1
    Registered User teyliluo's Avatar
    Join Date
    Jan 2005
    Posts
    4
    Hi,
    I have problem in moving mms message from drafts folder to own created folder. I use CMsvEntry and MoveL method to do this operation.
    Moving works but when I try to open message by using messaging application error note is shown "Messaging: Feature is not supported". Moved message is corrupted or something ??

    In below is moving code.
    //aParent is own created folder id
    //aMessageId is Id of message what is wantted to move
    CMsvEntry* entry = iMsvSession->GetEntryL( aParent );
    CleanupStack::PushL(entry);
    entry->SetEntryL( aMessageId );
    entry->MoveL( aMessageId, aParent );
    CleanupStack::PopAndDestroy( entry );

  2. #2
    Registered User SergioSV's Avatar
    Join Date
    Feb 2006
    Posts
    21
    If message's file opened somewhere - you can't move message, MoveL will cause leave KErrInUse.

  3. #3
    Registered User teyliluo's Avatar
    Join Date
    Jan 2005
    Posts
    4
    Quote Originally Posted by SergioSV
    If message's file opened somewhere - you can't move message, MoveL will cause leave KErrInUse.
    It's not opened before moveL is called. I try opening after move is completed allready.

Similar Threads

  1. 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
  2. problem with 8310 to send a Service loading push message
    By Nokia_Archive in forum General Messaging
    Replies: 2
    Last Post: 2002-10-10, 08:38
  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