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?
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?
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