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
id
The unique identifier of the email message.
createdAt
The timestamp of when the email message was created,