SESRawMessage Class Reference
| Inherits from | NSObject |
| Declared in | SESRawMessage.h |
Tasks
-
– initDefault constructor for a new object. Callers should use the property methods to initialize this object after creating it.
-
dataThe raw data of the message. The client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, MIME encoding, and base64 encoding (if necessary).
For more information, go to theAmazon SES Developer Guide.
property -
– descriptionReturns a string representation of this object; useful for testing and debugging.
Properties
data
The raw data of the message. The client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, MIME encoding, and base64 encoding (if necessary).
For more information, go to theAmazon SES Developer Guide.
@property (nonatomic, retain) NSData *dataDiscussion
The raw data of the message. The client must ensure that the message format complies with Internet email standards regarding email header fields, MIME types, MIME encoding, and base64 encoding (if necessary).
For more information, go to theAmazon SES Developer Guide.
Declared In
SESRawMessage.hInstance Methods
description
Returns a string representation of this object; useful for testing and debugging.
- (NSString *)descriptionReturn Value
A string representation of this object.
Discussion
Returns a string representation of this object; useful for testing and debugging.
Declared In
SESRawMessage.hinit
Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.
- (id)initDiscussion
Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.
Declared In
SESRawMessage.h