interface SummaryMailSection {
    htmlContent?: string;
    rank?: number;
    sectionType?: MailSectionType;
    title?: string;
}

Properties

htmlContent?: string

Html content of summary mail.

rank?: number

Rank of the summary mail.

sectionType?: MailSectionType

Summary mail section type. MailSectionType has section types.

title?: string

Title of the summary mail.