AMPMCOAbstractPart Class Reference
| Inherits from | AMPObject : NSObject |
| Declared in | AMPMCOAbstractPart.h AMPMCOAbstractPart.m |
Instance Methods
PartsForMime:
Returns all parts for a mime type
- (NSArray *)PartsForMime:(NSString *)mimeInDeclared In
AMPMCOAbstractPart.hcharset
Returns charset of the part in case it’s a text single part.
- (NSString *)charsetDeclared In
AMPMCOAbstractPart.hcontentDescription
Returns the value of the Content-Description field of the part.
- (NSString *)contentDescriptionDeclared In
AMPMCOAbstractPart.hcontentID
Returns the value of the Content-ID field of the part.
- (NSString *)contentIDDeclared In
AMPMCOAbstractPart.hcontentLocation
Returns the value of the Content-Location field of the part.
- (NSString *)contentLocationDeclared In
AMPMCOAbstractPart.hdecodedStringForData:
Returns a string representation of the data according to charset.
- (NSString *)decodedStringForData:(NSData *)dataDeclared In
AMPMCOAbstractPart.hinlineAttachment
Returns whether the part is an explicit inline attachment.
- (BOOL)inlineAttachmentDeclared In
AMPMCOAbstractPart.hmimeType
Returns MIME type of the part. For example application/data.
- (NSString *)mimeTypeDeclared In
AMPMCOAbstractPart.hpartForContentID:
Returns the part with the given Content-ID among this part and its subparts.
- (AMPMCOAbstractPart *)partForContentID:(NSString *)contentIDDeclared In
AMPMCOAbstractPart.hpartForUniqueID:
Returns the part with the given unique identifier among this part and its subparts.
- (AMPMCOAbstractPart *)partForUniqueID:(NSString *)uniqueIDDeclared In
AMPMCOAbstractPart.h