AWSPinpointTargetingJourneyEmailMessage
Objective-C
@interface AWSPinpointTargetingJourneyEmailMessage
Swift
class AWSPinpointTargetingJourneyEmailMessage
Specifies the “From” address for an email message that’s sent to participants in a journey.
-
The verified email address to send the email message from. The default address is the FromAddress specified for the email channel for the application.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable fromAddress;
Swift
var fromAddress: String? { get set }