AMPMCOAbstractMessage Class Reference
Inherits from | AMPObject : NSObject |
Declared in | AMPMCOAbstractMessage.h AMPMCOAbstractMessage.m |
Instance Methods
attachments
All attachments in the message. It will return an array of MCOIMAPPart for MCOIMAPMessage. It will return an array of MCOAttachment for MCOMessageParser. It will return an array of MCOAttachment for MCOMessageBuilder.
- (NSArray *)attachments
Declared In
AMPMCOAbstractMessage.h
htmlInlineAttachments
All image attachments included inline in the message through cid: URLs. It will return an array of MCOIMAPPart for MCOIMAPMessage. It will return an array of MCOAttachment for MCOMessageParser. It will return an array of MCOAttachment for MCOMessageBuilder.
- (NSArray *)htmlInlineAttachments
Declared In
AMPMCOAbstractMessage.h