View Single Post
Posts: 26 | Thanked: 1 time | Joined on Oct 2010
#4
Oh well, I finally found some solution. When I call QMessageService::compose if attachment was set, body and attachment is missing. But if I save the message (email) first, it will be saved with both body and attachment and QMessage instance will be actualized (contain id now) and when I use QMessageService::show, email with all data will be opened. At this point, I can delete saved mail.