AboutSupportDeveloper GuideVersion 41.129.83.2
interface Email {
    id?: {
        [key: string]: any;
    };
    name?: string;
    recipients: RecipientsObject;
    subject?: string;
    textBody?: string;
    type: string;
    [property: string]: any;
}

Indexable

  • [property: string]: any

Properties

id?: {
    [key: string]: any;
}
name?: string
recipients: RecipientsObject
subject?: string
textBody?: string
type: string