AboutSupportDeveloper GuideVersion 38.126.83.74
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;
}

Type declaration

  • [key: string]: any
name?: string
recipients: RecipientsObject
subject?: string
textBody?: string
type: string