SendEmailMessageResult
public struct SendEmailMessageResult
Result type of an API call to send an email message
-
The unique identifier of the email message
Declaration
Swift
public var id: String -
The timestamp of when the email message was created
Declaration
Swift
public var createdAt: Date -
Initializes an instance of
SendEmailMessageResult.Declaration
Swift
public init(id: String, createdAt: Date)Parameters
idThe unique identifier of the email message.
createdAtThe timestamp of when the email message was created,
SendEmailMessageResult Structure Reference