vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface EmailTemplateMetadata

    interface EmailTemplateMetadata {
        apiVersion?: number;
        attachedDocuments?: string[];
        attachments?: Attachment[];
        available: boolean;
        content?: string;
        description?: string;
        encodingKey: Encoding;
        fullName?: string;
        letterhead?: string;
        name: string;
        packageVersions?: PackageVersion[];
        pageDevName?: string;
        relatedEntityType?: string;
        style: EmailTemplateStyle;
        subject?: string;
        textOnly?: string;
        type: EmailTemplateType;
        uiType?: EmailTemplateUiType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    apiVersion?: number
    attachedDocuments?: string[]
    attachments?: Attachment[]
    available: boolean
    content?: string
    description?: string
    encodingKey: Encoding
    fullName?: string
    letterhead?: string
    name: string
    packageVersions?: PackageVersion[]
    pageDevName?: string
    relatedEntityType?: string
    subject?: string
    textOnly?: string