DraftEmailMessage
public struct DraftEmailMessage : Equatable
Representation of a draft email message object associated with a draft email message in Platform SDK.
-
Unique identifier of the draft email message.
Declaration
Swift
public var id: String -
Unique identifier of the email address associated with the draft email message.
Declaration
Swift
public var emailAddressId: String -
Date timestamp when the draft email message was last updated on the service.
Declaration
Swift
public var updatedAt: Date -
The RFC 822 formatted draft email message content.
Declaration
Swift
public var rfc822Data: Data -
Declaration
Swift
public init( id: String, emailAddressId: String, updatedAt: Date, rfc822Data: Data )
DraftEmailMessage Structure Reference