Discussion Board

Results 1 to 3 of 3

Thread: MMS via SendAs

  1. #1
    Registered User LucyT's Avatar
    Join Date
    Mar 2003
    Posts
    1
    Hi,

    Is it possible to create and save Smil-MMS using SendAs API ?
    I found info about SMS, or even more about EMail.
    Is the ImageViewer using SendAs for sending picture as MMS?


    CSendAs* sendAs = CSendAs::NewL(*this);
    sendAs->SetMtmL(KUidMsgTypeMultimedia);
    sendAs->CreateMessageL();

    //add media files and smil file as ?attachment?

    for (TInt cc = aAttachments->MdcaCount() - 1; cc >= 0; cc--)
    {
    // Create the attachment entry
    iSendAs->CreateAttachmentL(attachId, directory);
    const TDesC& attachment = aAttachments->MdcaPoint(cc);
    // Make the attachment visible in the UI
    iSendAs->SetAttachmentL(attachId, dest.NameAndExt());
    }
    }

    sendAs->SaveMessageL(ETrue);

    My example program creates a message in the draft or outbox
    but I cant open from the emulator, the message might be wrong.
    The c:\system\Mail\00001001_S\8\ folder contains smiley.smil
    which I think good news.
    btw I cant create mms message with the built-in MMS editor,
    "Messages: System error"
    Why?

    Thanks in advance

    LucyT

  2. #2
    Regular Contributor quyen's Avatar
    Join Date
    Mar 2003
    Location
    Texas, USA
    Posts
    260
    Hello

    Since this question is about the "SendAs" API for the Series 60 Platform...
    You will get a better answer to your question if you re-post it in NKN under
    "Symbian" >> "General Symbian Platform Development"

    Also, you could check that you are using the best class for your implementation. Have you seen the "MMS Sending Application Example for Symbian Series 60 v1.2" at
    http://www.forum.nokia.com/symbianforum/main/1,35452,1_32_15,00.html#series60

    Good Luck and have fun!
    ~quyen

  3. #3
    Registered User olozinskij's Avatar
    Join Date
    Sep 2005
    Posts
    6
    Hello LucyT,
    I have the similar task: send via MMS selected foto.
    Do you have more info?
    Thank you!

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