diff options
Diffstat (limited to 'src/objc/abstract/MCOAbstractMessage.h')
-rw-r--r-- | src/objc/abstract/MCOAbstractMessage.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/objc/abstract/MCOAbstractMessage.h b/src/objc/abstract/MCOAbstractMessage.h index f15975dd..d917d82f 100644 --- a/src/objc/abstract/MCOAbstractMessage.h +++ b/src/objc/abstract/MCOAbstractMessage.h @@ -38,6 +38,12 @@ It will return an array of MCOAttachment for MCOMessageBuilder. */ - (NSArray * /* MCOAbstractPart */) htmlInlineAttachments; +/** + Returns parts required to render the message as plain text or html. + This does not include inline images and attachments, but only the text content + */ +- (NSArray *) requiredPartsForRendering; + @end #endif |