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

header

Header of the message.

- (AMPMCOMessageHeader *)header

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

partForContentID:

Returns the part with the given Content-ID.

- (AMPMCOAbstractPart *)partForContentID:(NSString *)contentID

Declared In

AMPMCOAbstractMessage.h

partForUniqueID:

Returns the part with the given unique identifier.

- (AMPMCOAbstractPart *)partForUniqueID:(NSString *)uniqueID

Declared In

AMPMCOAbstractMessage.h