Categories: E-Mail | Messaging | Symbian C++ | Code Examples | How To
This page was last modified 12:36, 26 November 2007.
How to get the attachments from an EMail
From Forum Nokia Wiki
if (!entry->HasStoreL()) return; store = entry->ReadStoreL(); if (NULL == store) return; if (store->AttachmentManagerL().AttachmentCount() <= 0) { delete store; store = NULL; } CMsvAttachment* attachment = store->AttachmentManagerL().GetAttachmentInfoL(indexA); if (attachment == NULL) return false; TFileName path; path = attachment->FilePath(); delete attachment;
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help me, | thaolinh | General Messaging | 0 | 2003-07-24 09:59 |
| SMS BASED APPLICATION DEVELOPMENT | mabilash | General Messaging | 71 | 2008-07-15 07:05 |
| WAP over Bluetooth Fundamentals | wenkbruno | General Browsing | 2 | 2003-12-28 13:03 |
| SMS application with 6310i | Nyssen | PC Suite API and PC Connectivity SDK | 1 | 2003-07-23 09:51 |
| Need a programer | pplima | General Messaging | 1 | 2003-05-11 04:34 |
