I tried so many times to attach picture files but I haven't succeed yet.
put image "abc" into pAttachment["data"]
put "image/jpeg" into pAttachment["type"]
put "abc" into pAttachment["name"]
mobileComposeUnicodeMail pSubject, pRecipient, empty, empty, pContents, pAttachment
Image "abc" is already imported to the stack. Something must be wrong here but can't find what it is

Thanks in advance!
Louis