The Sudo Platform SDK representation of the draft email message data.

DraftEmailMessage

interface DraftEmailMessage {
    emailAddressId: string;
    id: string;
    rfc822Data: ArrayBuffer;
    updatedAt: Date;
}

Hierarchy (view full)

Properties

emailAddressId: string

Unique identifier of the email address associated with the draft email message.

id: string

Unique identifier of the draft email message.

rfc822Data: ArrayBuffer

The RFC 822 formatted draft email message content.

updatedAt: Date

Time at which the draft was last updated