AMPMCOMessageBuilder Class Reference
Inherits from | AMPMCOAbstractMessage : AMPObject : NSObject |
Declared in | AMPMCOMessageBuilder.h AMPMCOMessageBuilder.m |
Instance Methods
addAttachment:
Add an attachment.
- (void)addAttachment:(AMPMCOAttachment *)attachment
Declared In
AMPMCOMessageBuilder.h
addRelatedAttachment:
Add a related attachment.
- (void)addRelatedAttachment:(AMPMCOAttachment *)attachment
Declared In
AMPMCOMessageBuilder.h
boundaryPrefix
Prefix for the boundary identifier. Default value is nil.
- (NSString *)boundaryPrefix
Declared In
AMPMCOMessageBuilder.h
htmlBody
Main HTML content of the message.
- (NSString *)htmlBody
Declared In
AMPMCOMessageBuilder.h
htmlBodyRendering
HTML rendering of the body of the message to be displayed in a web view.
- (NSString *)htmlBodyRendering
Declared In
AMPMCOMessageBuilder.h
plainTextBodyRendering
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 *)plainTextBodyRendering
Declared In
AMPMCOMessageBuilder.h
plainTextRendering
Text rendering of the message.
- (NSString *)plainTextRendering
Declared In
AMPMCOMessageBuilder.h
relatedAttachments
List of related file attachments (included as cid: link in the HTML part).
- (NSArray *)relatedAttachments
Declared In
AMPMCOMessageBuilder.h