DraftEmailMessage

public struct DraftEmailMessage : Equatable

Representation of a draft email message object associated with a draft email message in Platform SDK.

  • id

    Unique identifier of the draft email message.

    Declaration

    Swift

    public var id: 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