AWSPinpointTargetingSimpleEmailPart
Objective-C
@interface AWSPinpointTargetingSimpleEmailPart
Swift
class AWSPinpointTargetingSimpleEmailPart
Specifies the subject or body of an email message, represented as textual email data and the applicable character set.
-
The applicable character set for the message content.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable charset;Swift
var charset: String? { get set } -
The textual data of the message content.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable data;Swift
var data: String? { get set }
View on GitHub
Install in Dash
AWSPinpointTargetingSimpleEmailPart Class Reference