AMPMCOMessageBuilder Class Reference
| Inherits from | AMPMCOAbstractMessage : AMPObject : NSObject |
| Declared in | AMPMCOMessageBuilder.h AMPMCOMessageBuilder.m |
Instance Methods
addAttachment:
Add an attachment.
- (void)addAttachment:(AMPMCOAttachment *)attachmentDeclared In
AMPMCOMessageBuilder.haddRelatedAttachment:
Add a related attachment.
- (void)addRelatedAttachment:(AMPMCOAttachment *)attachmentDeclared In
AMPMCOMessageBuilder.hboundaryPrefix
Prefix for the boundary identifier. Default value is nil.
- (NSString *)boundaryPrefixDeclared In
AMPMCOMessageBuilder.hhtmlBody
Main HTML content of the message.
- (NSString *)htmlBodyDeclared In
AMPMCOMessageBuilder.hhtmlBodyRendering
HTML rendering of the body of the message to be displayed in a web view.
- (NSString *)htmlBodyRenderingDeclared In
AMPMCOMessageBuilder.hplainTextBodyRendering
Text rendering of the body of the message. All end of line will be removed and white spaces cleaned up. This method can be used to generate the summary of the message.
- (NSString *)plainTextBodyRenderingDeclared In
AMPMCOMessageBuilder.hplainTextRendering
Text rendering of the message.
- (NSString *)plainTextRenderingDeclared In
AMPMCOMessageBuilder.hrelatedAttachments
List of related file attachments (included as cid: link in the HTML part).
- (NSArray *)relatedAttachmentsDeclared In
AMPMCOMessageBuilder.h