emailservices/emailcommon/inc/CFSMailMessage.h
changeset 65 478bc57ad291
parent 20 ecc8def7944a
equal deleted inserted replaced
59:16ed8d08d0b1 65:478bc57ad291
   142     IMPORT_C CFSMailMessagePart* HtmlBodyPartL(
   142     IMPORT_C CFSMailMessagePart* HtmlBodyPartL(
   143             TFSMailMessagePartDataSource aDataSource =
   143             TFSMailMessagePartDataSource aDataSource =
   144                     EDataSourceMessageStore);
   144                     EDataSourceMessageStore);
   145 // </qmail>
   145 // </qmail>
   146 
   146 
   147     /**
       
   148      * Returns ETrue if this part is actually a message.
       
   149      * In that case it shoud safe to cast this part to CFSMailMessage
       
   150      * 
       
   151      * @return true if this message part is a message
       
   152      */        
       
   153      IMPORT_C TBool IsMessageL() const;
       
   154 
       
   155      /**
   147      /**
   156      * Returns a flat list of message parts that can be handled as attachments.
   148      * Returns a flat list of message parts that can be handled as attachments.
   157      * Excludes message parts that are multipart and parts that are considered
   149      * Excludes message parts that are multipart and parts that are considered
   158      * plain text or html body.
   150      * plain text or html body.
   159      * 
   151      *