Inttegro TypeScript SDK - v8.2.0
    Preparing search index...

    Interface ChimeEmailMessage

    interface ChimeEmailMessage {
        from?: ChimeEmailAddress;
        headers?: Record<string, string>;
        html?: string | null;
        replyTo?: ChimeEmailAddress;
        subject?: string;
        text?: string;
    }
    Index
    headers?: Record<string, string>
    html?: string | null
    subject?: string
    text?: string