AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface Email

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

    Indexable

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